=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mkstr/Attic/mkstr.c,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/mkstr/Attic/mkstr.c 2007/09/10 14:29:53 1.10 --- src/usr.bin/mkstr/Attic/mkstr.c 2009/10/27 23:59:40 1.11 *************** *** 1,4 **** ! /* $OpenBSD: mkstr.c,v 1.10 2007/09/10 14:29:53 tobias Exp $ */ /* $NetBSD: mkstr.c,v 1.4 1995/09/28 06:22:20 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: mkstr.c,v 1.11 2009/10/27 23:59:40 deraadt Exp $ */ /* $NetBSD: mkstr.c,v 1.4 1995/09/28 06:22:20 tls Exp $ */ /* *************** *** 29,48 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - static const 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 const char sccsid[] = "@(#)mkstr.c 8.1 (Berkeley) 6/6/93"; - #else - static const char rcsid[] = "$OpenBSD: mkstr.c,v 1.10 2007/09/10 14:29:53 tobias Exp $"; - #endif - #endif /* not lint */ #include #include --- 29,34 ----