openbsd-ports/mail/cucipop/patches/patch-ac
1998-06-30 05:54:49 +00:00

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() */