summaryrefslogtreecommitdiff
path: root/sysutils/gentoo/patches/patch-ad
blob: 0c9e6c646771506d427d11e9ace34ad3447e04f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ad,v 1.1.1.1 2002/01/29 12:37:17 wiz Exp $

--- src/mntent_wrap.c.orig	Thu Jan 24 13:07:58 2002
+++ src/mntent_wrap.c
@@ -92,7 +92,7 @@
 	return -1;
 }
 
-#elif defined __OpenBSD__ || defined __FreeBSD__ || (defined __osf__ && defined __alpha__)
+#elif defined __OpenBSD__ || defined __FreeBSD__ || (defined __osf__ && defined __alpha__) || defined __NetBSD__
 
 /* Here is the implementation for BSD and Alpha Tru64 systems. */