openbsd-ports/mail/cucipop/patches/patch-xcreat_c
danh 2f2d2b390d - bump NEED_VERSION.
- update IPv6 patch from Kame (20010128).
- add no_ipv6 flavor so there is an option to run without inetd.
2001-02-19 15:00:46 +00:00

13 lines
595 B
Plaintext

$OpenBSD: patch-xcreat_c,v 1.1 2001/02/19 15:00:59 danh Exp $
--- xcreat.c.orig Fri May 1 20:56:54 1998
+++ xcreat.c Tue Jan 30 12:43:55 2001
@@ -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() */