diff options
Diffstat (limited to 'usr.bin/ar/move.c')
-rw-r--r-- | usr.bin/ar/move.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ar/move.c b/usr.bin/ar/move.c index 039360d1059..7bc1d7668a0 100644 --- a/usr.bin/ar/move.c +++ b/usr.bin/ar/move.c @@ -1,3 +1,4 @@ +/* $OpenBSD: move.c,v 1.2 1996/06/26 05:31:21 deraadt Exp $ */ /* $NetBSD: move.c,v 1.5 1995/03/26 03:27:57 glass Exp $ */ /*- @@ -40,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)move.c 8.3 (Berkeley) 4/2/94"; #else -static char rcsid[] = "$NetBSD: move.c,v 1.5 1995/03/26 03:27:57 glass Exp $"; +static char rcsid[] = "$OpenBSD: move.c,v 1.2 1996/06/26 05:31:21 deraadt Exp $"; #endif #endif /* not lint */ |