=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ar/Attic/move.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/ar/Attic/move.c 2003/06/03 02:56:05 1.4 --- src/usr.bin/ar/Attic/move.c 2003/06/12 20:58:08 1.5 *************** *** 1,4 **** ! /* $OpenBSD: move.c,v 1.4 2003/06/03 02:56:05 millert Exp $ */ /* $NetBSD: move.c,v 1.5 1995/03/26 03:27:57 glass Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: move.c,v 1.5 2003/06/12 20:58:08 deraadt Exp $ */ /* $NetBSD: move.c,v 1.5 1995/03/26 03:27:57 glass Exp $ */ /*- *************** *** 37,43 **** #if 0 static char sccsid[] = "@(#)move.c 8.3 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: move.c,v 1.4 2003/06/03 02:56:05 millert Exp $"; #endif #endif /* not lint */ --- 37,43 ---- #if 0 static char sccsid[] = "@(#)move.c 8.3 (Berkeley) 4/2/94"; #else ! static char rcsid[] = "$OpenBSD: move.c,v 1.5 2003/06/12 20:58:08 deraadt Exp $"; #endif #endif /* not lint */ *************** *** 63,70 **** * are moved to end of archive. */ int ! move(argv) ! char **argv; { CF cf; off_t size, tsize; --- 63,69 ---- * are moved to end of archive. */ int ! move(char **argv) { CF cf; off_t size, tsize;