=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ar/Attic/replace.c,v retrieving revision 1.5 retrieving revision 1.6 diff -c -r1.5 -r1.6 *** src/usr.bin/ar/Attic/replace.c 2003/06/03 02:56:05 1.5 --- src/usr.bin/ar/Attic/replace.c 2003/06/12 20:58:08 1.6 *************** *** 1,4 **** ! /* $OpenBSD: replace.c,v 1.5 2003/06/03 02:56:05 millert Exp $ */ /* $NetBSD: replace.c,v 1.6 1995/03/26 03:28:01 glass Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: replace.c,v 1.6 2003/06/12 20:58:08 deraadt Exp $ */ /* $NetBSD: replace.c,v 1.6 1995/03/26 03:28:01 glass Exp $ */ /*- *************** *** 37,43 **** #if 0 static char sccsid[] = "@(#)replace.c 8.3 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: replace.c,v 1.5 2003/06/03 02:56:05 millert Exp $"; #endif #endif /* not lint */ --- 37,43 ---- #if 0 static char sccsid[] = "@(#)replace.c 8.3 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: replace.c,v 1.6 2003/06/12 20:58:08 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 63,70 **** * is specified, modification dates select for replacement. */ int ! replace(argv) ! char **argv; { char *file; int afd, curfd, errflg, exists, mods, sfd, tfd1, tfd2; --- 63,69 ---- * is specified, modification dates select for replacement. */ int ! replace(char **argv) { char *file; int afd, curfd, errflg, exists, mods, sfd, tfd1, tfd2;