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