[BACK]Return to unistd.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / include

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/include/unistd.h between version 1.45 and 1.46

version 1.45, 1997/11/25 17:57:37 version 1.46, 1997/12/20 20:23:15
Line 188  extern  int optreset;
Line 188  extern  int optreset;
 int      getsubopt __P((char **, char * const *, char **));  int      getsubopt __P((char **, char * const *, char **));
 extern   char *suboptarg;               /* getsubopt(3) external variable */  extern   char *suboptarg;               /* getsubopt(3) external variable */
 #endif /* !_POSIX_SOURCE */  #endif /* !_POSIX_SOURCE */
   
   #if (!defined(_POSIX_SOURCE) && !defined(_POSIX_C_SOURCE) && \
        !defined(_XOPEN_SOURCE)) || \
       (defined(_XOPEN_SOURCE) && _XOPEN_SOURCE_EXTENDED - 0 == 1)
   #define F_ULOCK         0
   #define F_LOCK          1
   #define F_TLOCK         2
   #define F_TEST          3
   int     lockf __P((int, int, off_t));
   #endif /* (!defined(_POSIX_SOURCE) && !defined(_XOPEN_SOURCE)) || ... */
 __END_DECLS  __END_DECLS
   
 #endif /* !_UNISTD_H_ */  #endif /* !_UNISTD_H_ */

Legend:
Removed from v.1.45  
changed lines
  Added in v.1.46

CVSweb <webmaster@jp.NetBSD.org>