16 lines
377 B
Text
16 lines
377 B
Text
$NetBSD: patch-an,v 1.1.1.1 1999/05/11 13:56:53 bad Exp $
|
|
|
|
--- lib/futil.c.orig Fri Apr 16 11:59:27 1999
|
|
+++ lib/futil.c Fri May 7 20:30:52 1999
|
|
@@ -53,9 +53,9 @@
|
|
FILE* file = NULL;
|
|
char realMode[100];
|
|
|
|
-#ifdef BSD
|
|
+#ifdef SYS_BSD
|
|
#define implicitBinary
|
|
-#endif /* def BSD */
|
|
+#endif /* def SYS_BSD */
|
|
#ifdef ultrix
|
|
#define implicitBinary
|
|
#endif /* def ultrix */
|