21 lines
330 B
Plaintext
21 lines
330 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2004/01/08 20:48:46 xtraeme 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__ */
|
|
|
|
|
|
|