=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rusers/rusers.c,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/rusers/rusers.c 1995/10/18 08:46:04 1.1 --- src/usr.bin/rusers/rusers.c 1996/04/21 23:43:46 1.2 *************** *** 27,33 **** */ #ifndef lint ! static char rcsid[] = "$Id: rusers.c,v 1.1 1995/10/18 08:46:04 deraadt Exp $"; #endif /* not lint */ #include --- 27,33 ---- */ #ifndef lint ! static char rcsid[] = "$Id: rusers.c,v 1.2 1996/04/21 23:43:46 deraadt Exp $"; #endif /* not lint */ #include *************** *** 224,236 **** } } ! void usage(void) { fprintf(stderr, "Usage: %s [-la] [hosts ...]\n", argv0); exit(1); } ! void main(int argc, char *argv[]) { int ch; extern int optind; --- 224,238 ---- } } ! void ! usage(void) { fprintf(stderr, "Usage: %s [-la] [hosts ...]\n", argv0); exit(1); } ! int ! main(int argc, char *argv[]) { int ch; extern int optind;