=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/strip/Attic/strip.c,v retrieving revision 1.13 retrieving revision 1.14 diff -c -r1.13 -r1.14 *** src/usr.bin/strip/Attic/strip.c 2000/10/12 10:15:38 1.13 --- src/usr.bin/strip/Attic/strip.c 2001/07/18 17:17:39 1.14 *************** *** 1,4 **** ! /* $OpenBSD: strip.c,v 1.13 2000/10/12 10:15:38 art Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: strip.c,v 1.14 2001/07/18 17:17:39 pvalchev Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. *************** *** 41,47 **** #ifndef lint /*static char sccsid[] = "from: @(#)strip.c 5.8 (Berkeley) 11/6/91";*/ ! static char rcsid[] = "$OpenBSD: strip.c,v 1.13 2000/10/12 10:15:38 art Exp $"; #endif /* not lint */ #include --- 41,47 ---- #ifndef lint /*static char sccsid[] = "from: @(#)strip.c 5.8 (Berkeley) 11/6/91";*/ ! static char rcsid[] = "$OpenBSD: strip.c,v 1.14 2001/07/18 17:17:39 pvalchev Exp $"; #endif /* not lint */ #include *************** *** 149,155 **** register EXEC *ep; struct stat *sp; { ! register char *neweof, *mineof; int zmagic; zmagic = ep->a_data && --- 149,158 ---- register EXEC *ep; struct stat *sp; { ! register char *neweof; ! #if 0 ! register char *mineof; ! #endif int zmagic; zmagic = ep->a_data && *************** *** 215,221 **** EXEC *ep; struct stat *sp; { ! register int cnt, len, nsymcnt; register char *nstr, *nstrbase, *p, *strbase; register NLIST *sym, *nsym; u_long allocsize; --- 218,224 ---- EXEC *ep; struct stat *sp; { ! register int cnt, len; register char *nstr, *nstrbase, *p, *strbase; register NLIST *sym, *nsym; u_long allocsize;