diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-11-15 12:21:06 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-11-15 12:21:06 +0000 |
| commit | 2ce7898d7408d686256280ecb7b8069797d06ec5 (patch) | |
| tree | a5c027cb53110837993b39aecd9131319dcb318d /usr.bin | |
| parent | 6dae661b8e4e97d307837f5cb834e0f3de66d2ac (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/rctl/rctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/rctl/rctl.c b/usr.bin/rctl/rctl.c index 915303612971..0b83e2be3c0b 100644 --- a/usr.bin/rctl/rctl.c +++ b/usr.bin/rctl/rctl.c @@ -494,7 +494,7 @@ usage(void) } int -main(int argc __unused, char **argv __unused) +main(int argc, char **argv) { int ch, aflag = 0, hflag = 0, nflag = 0, lflag = 0, rflag = 0, uflag = 0; |
