patch-xcreat_c 595 B

12345678910111213
  1. $OpenBSD: patch-xcreat_c,v 1.1 2001/02/19 15:00:59 danh Exp $
  2. --- xcreat.c.orig Fri May 1 20:56:54 1998
  3. +++ xcreat.c Tue Jan 30 12:43:55 2001
  4. @@ -22,7 +22,7 @@
  5. /*#define NOuname /* uncomment if uname is not available */
  6. /*#define NOstrpbrk /* uncomment if strpbrk is not available */
  7. /*#define strchr(s,c) index(s,c) /* uncomment if strchr is not available */
  8. -#define const /* can be undefined for ANSI compilers */
  9. +/* #define const */ /* can be undefined for ANSI compilers */
  10. #include <unistd.h> /* open() close() link() unlink()
  11. getpid() */