summaryrefslogtreecommitdiff
path: root/misc/shuffle/files/patch-shuffle.c
blob: af3a9b5e7d26c877a39521778f0bc55cdae0fa63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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);
 }