=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/strip/Attic/strip.c,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/strip/Attic/strip.c 1996/09/03 06:54:43 1.3 --- src/usr.bin/strip/Attic/strip.c 1996/09/03 11:08:00 1.4 *************** *** 1,4 **** ! /* $OpenBSD: strip.c,v 1.3 1996/09/03 06:54:43 deraadt Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: strip.c,v 1.4 1996/09/03 11:08:00 deraadt Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. *************** *** 41,49 **** #ifndef lint /*static char sccsid[] = "from: @(#)strip.c 5.8 (Berkeley) 11/6/91";*/ ! static char rcsid[] = "$OpenBSD: strip.c,v 1.3 1996/09/03 06:54:43 deraadt Exp $"; #endif /* not lint */ #include #include #include --- 41,50 ---- #ifndef lint /*static char sccsid[] = "from: @(#)strip.c 5.8 (Berkeley) 11/6/91";*/ ! static char rcsid[] = "$OpenBSD: strip.c,v 1.4 1996/09/03 11:08:00 deraadt Exp $"; #endif /* not lint */ + #include #include #include #include