diff options
Diffstat (limited to 'usr.bin/users/users.c')
-rw-r--r-- | usr.bin/users/users.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/users/users.c b/usr.bin/users/users.c index 5e5c2bb..a3ab2b5 100644 --- a/usr.bin/users/users.c +++ b/usr.bin/users/users.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)users.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: users.c,v 1.3 1997/08/22 06:50:33 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> @@ -58,7 +58,7 @@ typedef char namebuf[UT_NAMESIZE]; int scmp __P((const void *, const void *)); static void usage __P((void)); -void +int main(argc, argv) int argc; char **argv; |