From d8e396842f9ad77ad02a50e4cc28a2160fc4e9bc Mon Sep 17 00:00:00 2001 From: charnier Date: Wed, 14 Jan 1998 07:14:11 +0000 Subject: Add rcsid, remove unused #includes, change exit(-1). --- usr.bin/keylogout/keylogout.c | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/usr.bin/keylogout/keylogout.c b/usr.bin/keylogout/keylogout.c index 51c03b1..86d391b 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); } } -- cgit v1.1