=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/strip/Attic/strip.c,v retrieving revision 1.11 retrieving revision 1.11.4.1 diff -c -r1.11 -r1.11.4.1 *** src/usr.bin/strip/Attic/strip.c 1999/05/10 16:14:07 1.11 --- src/usr.bin/strip/Attic/strip.c 2000/10/06 21:16:16 1.11.4.1 *************** *** 1,4 **** ! /* $OpenBSD: strip.c,v 1.11 1999/05/10 16:14:07 espie Exp $ */ /* * Copyright (c) 1988 Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: strip.c,v 1.11.4.1 2000/10/06 21:16:16 jason 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.11 1999/05/10 16:14:07 espie 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.11.4.1 2000/10/06 21:16:16 jason Exp $"; #endif /* not lint */ #include *************** *** 201,207 **** /* Truncate the file. */ if (ftruncate(fd, neweof - (char *)ep)) { ! warn(fn); return 1; } --- 201,207 ---- /* Truncate the file. */ if (ftruncate(fd, neweof - (char *)ep)) { ! warn("%s", fn); return 1; } *************** *** 295,301 **** /* Truncate to the current length. */ if (ftruncate(fd, (char *)nsym + len - (char *)ep)) { ! warn(fn); return 1; } --- 295,301 ---- /* Truncate to the current length. */ if (ftruncate(fd, (char *)nsym + len - (char *)ep)) { ! warn("%s", fn); return 1; }