summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-12-14 18:14:36 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-12-14 18:14:36 +0000
commit1e5413f1683d13be51a4c11d0e0d6e5268d34f54 (patch)
tree34571f91e07536d77eb80607f8cf743c8521a258 /usr.bin
parent105d8a0505291bafa07dfbf2c37838b0a47ba2fa (diff)
add missing OpenBSD tag
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ar/archive.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ar/archive.c b/usr.bin/ar/archive.c
index 2a67be73db1..9aeda12f0ca 100644
--- a/usr.bin/ar/archive.c
+++ b/usr.bin/ar/archive.c
@@ -1,5 +1,5 @@
+/* $OpenBSD: archive.c,v 1.7 2002/12/14 18:14:35 millert Exp $ */
/* $NetBSD: archive.c,v 1.7 1995/03/26 03:27:46 glass Exp $ */
-/* $OpenBSD: archive.c,v 1.6 1999/08/29 13:07:01 espie Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)archive.c 8.3 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$NetBSD: archive.c,v 1.7 1995/03/26 03:27:46 glass Exp $";
+static char rcsid[] = "$OpenBSD: archive.c,v 1.7 2002/12/14 18:14:35 millert Exp $";
#endif
#endif /* not lint */