=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/msgs/Attic/msgs.c,v retrieving revision 1.20 retrieving revision 1.21 diff -c -r1.20 -r1.21 *** src/usr.bin/msgs/Attic/msgs.c 2002/01/04 16:22:19 1.20 --- src/usr.bin/msgs/Attic/msgs.c 2002/02/16 21:27:49 1.21 *************** *** 1,4 **** ! /* $OpenBSD: msgs.c,v 1.20 2002/01/04 16:22:19 art Exp $ */ /* $NetBSD: msgs.c,v 1.7 1995/09/28 06:57:40 tls Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: msgs.c,v 1.21 2002/02/16 21:27:49 millert Exp $ */ /* $NetBSD: msgs.c,v 1.7 1995/09/28 06:57:40 tls Exp $ */ /*- *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; #else ! static char rcsid[] = "$OpenBSD: msgs.c,v 1.20 2002/01/04 16:22:19 art Exp $"; #endif #endif /* not lint */ --- 44,50 ---- #if 0 static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; #else ! static char rcsid[] = "$OpenBSD: msgs.c,v 1.21 2002/02/16 21:27:49 millert Exp $"; #endif #endif /* not lint */ *************** *** 141,154 **** time_t t; time_t keep; ! void prmesg __P((int)); ! void onintr __P((int)); ! void onsusp __P((int)); ! int linecnt __P((FILE *)); ! int next __P((char *)); ! void ask __P((char *)); ! void gfrsub __P((FILE *)); ! char *nxtfld __P((char *)); /* option initialization */ bool hdrs = NO; --- 141,154 ---- time_t t; time_t keep; ! void prmesg(int); ! void onintr(int); ! void onsusp(int); ! int linecnt(FILE *); ! int next(char *); ! void ask(char *); ! void gfrsub(FILE *); ! char *nxtfld(char *); /* option initialization */ bool hdrs = NO;