summaryrefslogtreecommitdiff
path: root/misc/shuffle/files/patch-shuffle.c_2
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:16:45 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 01:16:45 +0000
commit0d36ec3c7937d274f501258ddf1798b05e4f33c2 (patch)
treeb35c705d3b36af5129c9a15430528661add3b428 /misc/shuffle/files/patch-shuffle.c_2
parentStage net-mgmt/routers2-extras and cleanup (diff)
Rename misc/ patch-xy patches to reflect the files they modify.
Notes
Notes: svn path=/head/; revision=363282
Diffstat (limited to 'misc/shuffle/files/patch-shuffle.c_2')
-rw-r--r--misc/shuffle/files/patch-shuffle.c_215
1 files changed, 15 insertions, 0 deletions
diff --git a/misc/shuffle/files/patch-shuffle.c_2 b/misc/shuffle/files/patch-shuffle.c_2
new file mode 100644
index 000000000000..af3a9b5e7d26
--- /dev/null
+++ b/misc/shuffle/files/patch-shuffle.c_2
@@ -0,0 +1,15 @@
+--- shuffle.c.orig Wed Jun 13 22:07:36 2001
++++ shuffle.c Wed Jun 13 22:07:36 2001
+@@ -133,10 +133,11 @@
+ static void
+ usage()
+ {
++ extern const char *__progname;
+
+ (void) fprintf(stderr,
+ "Usage: %s [-f <filename>] [-n <number>] [-p <number>] [<arg> ...]\n",
+- getprogname());
++ __progname);
+ exit(1);
+ }
+