summaryrefslogtreecommitdiff
path: root/usr.bin/keylogout
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2009-06-23 23:17:04 +0000
committerXin LI <delphij@FreeBSD.org>2009-06-23 23:17:04 +0000
commit4f619e0e571f4e2c99f67c1b4eaff96407ca17e0 (patch)
tree5b2cff4239750537a926db48823e03fd0dc2b5c2 /usr.bin/keylogout
parent9f23a6caa4f90ac3347968748f071a47b2e6820d (diff)
downloadsrc-test2-4f619e0e571f4e2c99f67c1b4eaff96407ca17e0.tar.gz
src-test2-4f619e0e571f4e2c99f67c1b4eaff96407ca17e0.zip
Notes
Diffstat (limited to 'usr.bin/keylogout')
-rw-r--r--usr.bin/keylogout/keylogout.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/keylogout/keylogout.c b/usr.bin/keylogout/keylogout.c
index e4fcf21adbeb..c7ec0496b676 100644
--- a/usr.bin/keylogout/keylogout.c
+++ b/usr.bin/keylogout/keylogout.c
@@ -45,9 +45,7 @@ __FBSDID("$FreeBSD$");
#include <rpc/key_prot.h>
int
-main(argc,argv)
- int argc;
- char *argv[];
+main(int argc, char **argv)
{
static char secret[HEXKEYBYTES + 1];