diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/regress/lib/libc/arc4random-fork/arc4random-fork.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/regress/lib/libc/arc4random-fork/arc4random-fork.c b/src/regress/lib/libc/arc4random-fork/arc4random-fork.c index 7152e5a3e7..c1e87d21c9 100644 --- a/src/regress/lib/libc/arc4random-fork/arc4random-fork.c +++ b/src/regress/lib/libc/arc4random-fork/arc4random-fork.c | |||
@@ -69,8 +69,7 @@ fillbuf(Buf *buf) | |||
69 | static void | 69 | static void |
70 | usage() | 70 | usage() |
71 | { | 71 | { |
72 | extern const char *__progname; | 72 | errx(1, "usage: arc4random-fork [-bp]"); |
73 | errx(1, "usage: %s [-bp]", __progname); | ||
74 | } | 73 | } |
75 | 74 | ||
76 | static pid_t | 75 | static pid_t |