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-setargs.c | |
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-setargs.c')
-rw-r--r-- | net/rdist6/files/patch-setargs.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/rdist6/files/patch-setargs.c b/net/rdist6/files/patch-setargs.c deleted file mode 100644 index a57745108fb6..000000000000 --- a/net/rdist6/files/patch-setargs.c +++ /dev/null @@ -1,19 +0,0 @@ ---- src/setargs.c.orig Mon Nov 9 20:15:56 1998 -+++ src/setargs.c Fri Nov 3 02:41:25 2000 -@@ -89,6 +89,8 @@ - LastArgv = argv[argc-1] + strlen(argv[argc-1]); - } - -+#ifndef HAVE_SETPROCTITLE -+ - /* - * Set process title - */ -@@ -165,5 +167,7 @@ - _setproctitle(buf); - } - #endif /* !ARG_TYPE */ -+ -+#endif /* !HAVE_SETPROCTITLE */ - - #endif /* SETARGS */ |