20 lines
874 B
Plaintext
20 lines
874 B
Plaintext
*** xcreat.c.orig Tue Jun 30 12:06:58 1998
|
|
--- xcreat.c Tue Jun 30 12:06:33 1998
|
|
***************
|
|
*** 22,28 ****
|
|
/*#define NOuname /* uncomment if uname is not available */
|
|
/*#define NOstrpbrk /* uncomment if strpbrk is not available */
|
|
/*#define strchr(s,c) index(s,c) /* uncomment if strchr is not available */
|
|
! #define const /* can be undefined for ANSI compilers */
|
|
|
|
#include <unistd.h> /* open() close() link() unlink()
|
|
getpid() */
|
|
--- 22,28 ----
|
|
/*#define NOuname /* uncomment if uname is not available */
|
|
/*#define NOstrpbrk /* uncomment if strpbrk is not available */
|
|
/*#define strchr(s,c) index(s,c) /* uncomment if strchr is not available */
|
|
! /* #define const */ /* can be undefined for ANSI compilers */
|
|
|
|
#include <unistd.h> /* open() close() link() unlink()
|
|
getpid() */
|