=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mesg/mesg.c,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/usr.bin/mesg/mesg.c 2007/03/15 22:59:02 1.7 --- src/usr.bin/mesg/mesg.c 2009/10/27 23:59:40 1.8 *************** *** 1,4 **** ! /* $OpenBSD: mesg.c,v 1.7 2007/03/15 22:59:02 jmc Exp $ */ /* $NetBSD: mesg.c,v 1.4 1994/12/23 07:16:32 jtc Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: mesg.c,v 1.8 2009/10/27 23:59:40 deraadt Exp $ */ /* $NetBSD: mesg.c,v 1.4 1994/12/23 07:16:32 jtc Exp $ */ /* *************** *** 34,52 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - static char copyright[] = - "@(#) Copyright (c) 1987, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; - #endif /* not lint */ - - #ifndef lint - #if 0 - static char sccsid[] = "@(#)mesg.c 8.2 (Berkeley) 1/21/94"; - #endif - static char rcsid[] = "$OpenBSD: mesg.c,v 1.7 2007/03/15 22:59:02 jmc Exp $"; - #endif /* not lint */ #include #include --- 34,39 ----