summaryrefslogtreecommitdiff
path: root/misc/shuffle/files/patch-shuffle.c_2
diff options
context:
space:
mode:
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);
+ }
+