Hopefully fix compilation by other compilers.

This commit is contained in:
Gleb Smirnoff 2019-02-01 00:34:18 +00:00
parent 2790ca97d9
commit 2e15db7bcd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=343636

View File

@ -94,9 +94,8 @@ main(int argc __unused, char *argv[] __unused)
static void static void
help(void) help(void)
{ {
extern char *__progname;
fprintf(stderr, "usage: %s (heads|hooks|link|unlink)\n", __progname); fprintf(stderr, "usage: %s (heads|hooks|link|unlink)\n", getprogname());
exit(0); exit(0);
} }