blob: 45553d348f00ddb13c831e86943ed5571eec5a7b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$NetBSD: patch-aa,v 1.1.1.1 2000/11/21 06:02:28 hubertf Exp $
--- src/definitions.h.orig Tue Nov 21 02:26:07 2000
+++ src/definitions.h
@@ -31,6 +31,7 @@
# define __USE_BSD
#endif
+#ifndef __NetBSD__
#ifndef __EXTENSIONS__
# define __EXTENSIONS__
#endif
@@ -62,6 +63,7 @@
# endif
#endif
+#endif /* __NetBSD__ */
|