diff --git a/usr.bin/keylogout/keylogout.c b/usr.bin/keylogout/keylogout.c index 51c03b1fd133..86d391bc7070 100644 --- a/usr.bin/keylogout/keylogout.c +++ b/usr.bin/keylogout/keylogout.c @@ -31,14 +31,17 @@ * Copyright (C) 1986, Sun Microsystems, Inc. */ +#ifndef lint +static const char rcsid[] = + "$Id$"; +#endif /* not lint */ + /* * unset the secret key on local machine */ + #include -#include #include -#include -#include #include int @@ -54,7 +57,7 @@ main(argc,argv) "keylogout by root would break all servers that use secure rpc!\n"); fprintf(stderr, "root may use keylogout -f to do this (at your own risk)!\n"); - exit(-1); + exit(1); } }