summaryrefslogtreecommitdiff
path: root/net/rdist6/files/patch-setargs.c
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2020-09-01 19:24:29 +0000
committerCy Schubert <cy@FreeBSD.org>2020-09-01 19:24:29 +0000
commit83f7ef0a7d829d3eb99ded3f35d7518b0059d16d (patch)
tree5a01d08c2e0587fee7688eee1885990c297355d2 /net/rdist6/files/patch-setargs.c
parentrdist6 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.c19
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 */