Need L_SET defined on the apollo, at least under BSD emulation mode.
authorSean Eric Fagan <sef@cygnus>
Tue, 18 Aug 1992 19:49:58 +0000 (19:49 +0000)
committerSean Eric Fagan <sef@cygnus>
Tue, 18 Aug 1992 19:49:58 +0000 (19:49 +0000)
bfd/hosts/apollo68.h

index 763c713eb649e2483639136d714e9e318e38c585..ce68846bed901ca015a1380d663fec5533e55c31 100644 (file)
 #define        MAXPATHLEN      1024
 #endif /* MAXPATHLEN */
 
-/*
- * Might not need these. Leave them out for now.
- *
-#ifdef SEEK_SET
-#      ifndef L_SET
-#              define L_SET SEEK_SET
-#      endif
-# endif
-
-#ifdef SEEK_CUR
-#      ifndef L_INCR
-#              define L_INCR SEEK_CUR
-#      endif
-# endif
- */
+#ifndef L_SET
+#      define L_SET 0
+#endif
 
 #ifndef DONTDECLARE_MALLOC
 extern PTR  EXFUN(malloc,(unsigned));