diff options
author | Cy Schubert <cy@FreeBSD.org> | 2020-09-01 19:24:29 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2020-09-01 19:24:29 +0000 |
commit | 83f7ef0a7d829d3eb99ded3f35d7518b0059d16d (patch) | |
tree | 5a01d08c2e0587fee7688eee1885990c297355d2 /net/rdist6/files/patch-defs.h | |
parent | rdist6 fails to hardlink files with whitespace in them. This (diff) |
Regen patches using makepatch.
Notes
Notes:
svn path=/head/; revision=547290
Diffstat (limited to 'net/rdist6/files/patch-defs.h')
-rw-r--r-- | net/rdist6/files/patch-defs.h | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/net/rdist6/files/patch-defs.h b/net/rdist6/files/patch-defs.h deleted file mode 100644 index 362f93e0ad35..000000000000 --- a/net/rdist6/files/patch-defs.h +++ /dev/null @@ -1,40 +0,0 @@ ---- include/defs.h Mon Nov 9 23:23:54 1998 -+++ include/defs.h Tue Jan 18 15:41:40 2005 -@@ -17,10 +17,9 @@ - /* - * POSIX settings - */ --#if defined(_POSIX_SOURCE) - #include <unistd.h> - #include <stdlib.h> --#endif /* _POSIX_SOURCE */ -+#include <libgen.h> - #include <stdio.h> - #include <ctype.h> - #include <errno.h> -@@ -357,7 +355,6 @@ - extern void complain(); - extern void docmds(); - extern void finish(); --extern void log(); - extern void logmsg(); - extern void lostconn(); - extern void markassigned(); -@@ -366,7 +363,6 @@ - extern void runcmdspecial(); - extern void runcommand(); - extern void server(); --extern void setprogname(); - extern void sighandler(); - extern void waitup(); - struct namelist *expand(); -@@ -379,7 +375,9 @@ - extern void error(char *, ...); - extern void fatalerr(char *, ...); - extern void message(int, char *, ...); -+#ifndef HAVE_SETPROCTITLE - extern void setproctitle(char *fmt, ...); -+#endif - #else - extern void debugmsg(); - extern void error(); |