mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
426d697985
certain situations. Describe why it is impossible to use APOP in such situation even for real accounts
12 lines
530 B
Plaintext
12 lines
530 B
Plaintext
--- xcreat.c.orig Tue Aug 25 17:35:46 1998
|
|
+++ xcreat.c Tue Aug 25 17:36:03 1998
|
|
@@ -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() */
|