Need L_SET defined on the apollo, at least under BSD emulation mode.

This commit is contained in:
Sean Eric Fagan 1992-08-18 19:49:58 +00:00
parent 8fbd7d2698
commit 1e09a701a3

View File

@ -17,21 +17,9 @@
#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));