12 lines
533 B
Plaintext
12 lines
533 B
Plaintext
--- xcreat.c.orig Fri May 1 20:56:54 1998
|
|
+++ xcreat.c Mon Mar 27 15:12:54 2000
|
|
@@ -22,7 +22,7 @@
|
|
/*#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 */
|
|
+/* #define const */ /* can be undefined for ANSI compilers */
|
|
|
|
#include <unistd.h> /* open() close() link() unlink()
|
|
getpid() */
|