=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/who/who.c,v retrieving revision 1.16 retrieving revision 1.17 diff -c -r1.16 -r1.17 *** src/usr.bin/who/who.c 2003/06/10 22:20:54 1.16 --- src/usr.bin/who/who.c 2004/08/18 21:24:27 1.17 *************** *** 1,4 **** ! /* $OpenBSD: who.c,v 1.16 2003/06/10 22:20:54 deraadt Exp $ */ /* $NetBSD: who.c,v 1.4 1994/12/07 04:28:49 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: who.c,v 1.17 2004/08/18 21:24:27 jmc Exp $ */ /* $NetBSD: who.c,v 1.4 1994/12/07 04:28:49 jtc Exp $ */ /* *************** *** 43,49 **** #if 0 static char sccsid[] = "@(#)who.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: who.c,v 1.16 2003/06/10 22:20:54 deraadt Exp $"; #endif /* not lint */ #include --- 43,49 ---- #if 0 static char sccsid[] = "@(#)who.c 8.1 (Berkeley) 6/6/93"; #endif ! static char rcsid[] = "$OpenBSD: who.c,v 1.17 2004/08/18 21:24:27 jmc Exp $"; #endif /* not lint */ #include *************** *** 296,301 **** void usage(void) { ! (void)fprintf(stderr, "usage: who [-mqTuH] [ file ]\n who am i\n"); exit(1); } --- 296,301 ---- void usage(void) { ! (void)fprintf(stderr, "usage: who [-HmqTu] [file]\n who am i\n"); exit(1); }