=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/apropos/Attic/apropos.c,v retrieving revision 1.14 retrieving revision 1.15 diff -c -r1.14 -r1.15 *** src/usr.bin/apropos/Attic/apropos.c 2008/12/24 09:05:17 1.14 --- src/usr.bin/apropos/Attic/apropos.c 2009/10/27 23:59:35 1.15 *************** *** 1,4 **** ! /* $OpenBSD: apropos.c,v 1.14 2008/12/24 09:05:17 jmc Exp $ */ /* $NetBSD: apropos.c,v 1.5 1995/09/04 20:46:20 tls Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: apropos.c,v 1.15 2009/10/27 23:59:35 deraadt Exp $ */ /* $NetBSD: apropos.c,v 1.5 1995/09/04 20:46:20 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) 1987, 1993, 1994\n\ - The Regents of the University of California. All rights reserved.\n"; - #endif /* not lint */ - - #ifndef lint - #if 0 - static char sccsid[] = "@(#)apropos.c 8.8 (Berkeley) 5/4/95"; - #else - static char rcsid[] = "$OpenBSD: apropos.c,v 1.14 2008/12/24 09:05:17 jmc Exp $"; - #endif - #endif /* not lint */ #include #include --- 29,34 ----