=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/wall/ttymsg.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/wall/ttymsg.c 2001/09/04 23:35:59 1.7 --- src/usr.bin/wall/ttymsg.c 2001/09/04 23:44:19 1.8 *************** *** 1,4 **** ! /* $OpenBSD: ttymsg.c,v 1.7 2001/09/04 23:35:59 millert Exp $ */ /* $NetBSD: ttymsg.c,v 1.3 1994/11/17 07:17:55 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: ttymsg.c,v 1.8 2001/09/04 23:44:19 millert Exp $ */ /* $NetBSD: ttymsg.c,v 1.3 1994/11/17 07:17:55 jtc Exp $ */ /* *************** *** 36,44 **** #ifndef lint #if 0 ! static char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93"; #endif ! static char rcsid[] = "$OpenBSD: ttymsg.c,v 1.7 2001/09/04 23:35:59 millert Exp $"; #endif /* not lint */ #include --- 36,44 ---- #ifndef lint #if 0 ! static const char sccsid[] = "@(#)ttymsg.c 8.2 (Berkeley) 11/16/93"; #endif ! static const char rcsid[] = "$OpenBSD: ttymsg.c,v 1.8 2001/09/04 23:44:19 millert Exp $"; #endif /* not lint */ #include