=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/msgs/Attic/msgs.c,v retrieving revision 1.33 retrieving revision 1.34 diff -c -r1.33 -r1.34 *** src/usr.bin/msgs/Attic/msgs.c 2007/09/11 18:22:42 1.33 --- src/usr.bin/msgs/Attic/msgs.c 2009/10/27 23:59:40 1.34 *************** *** 1,4 **** ! /* $OpenBSD: msgs.c,v 1.33 2007/09/11 18:22:42 cloder Exp $ */ /* $NetBSD: msgs.c,v 1.7 1995/09/28 06:57:40 tls Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: msgs.c,v 1.34 2009/10/27 23:59:40 deraadt Exp $ */ /* $NetBSD: msgs.c,v 1.7 1995/09/28 06:57:40 tls Exp $ */ /*- *************** *** 29,48 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - static char copyright[] = - "@(#) Copyright (c) 1980, 1993\n\ - The Regents of the University of California. All rights reserved.\n"; - #endif /* not lint */ - - #ifndef lint - #if 0 - static char sccsid[] = "@(#)msgs.c 8.2 (Berkeley) 4/28/95"; - #else - static char rcsid[] = "$OpenBSD: msgs.c,v 1.33 2007/09/11 18:22:42 cloder Exp $"; - #endif - #endif /* not lint */ /* * msgs - a user bulletin board program --- 29,34 ----