Fixed an error I made a long while back which caused us to link against
[unix-history] / usr.bin / lex / flexdef.h
index 8cdc346..e4fe170 100644 (file)
@@ -26,7 +26,7 @@
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
  * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  */
 
-/* @(#) $Header: /usr/fsys/odin/a/vern/flex/RCS/flexdef.h,v 2.10 90/08/03 14:09:52 vern Exp $ (LBL) */
+/* @(#) $Header: /home/cvs/386BSD/src/usr.bin/lex/flexdef.h,v 1.2 1993/06/29 03:27:08 nate Exp $ (LBL) */
 
 #ifndef FILE
 #include <stdio.h>
 
 #ifndef FILE
 #include <stdio.h>
@@ -72,9 +72,11 @@ char *sprintf(); /* keep lint happy */
 #ifdef SCO_UNIX
 void *memset();
 #else
 #ifdef SCO_UNIX
 void *memset();
 #else
+#ifndef __386BSD__
 char *memset();
 #endif
 #endif
 char *memset();
 #endif
 #endif
+#endif
 
 #ifdef AMIGA
 #define bzero(s, n) setmem((char *)(s), n, '\0')
 
 #ifdef AMIGA
 #define bzero(s, n) setmem((char *)(s), n, '\0')