diff options
author | 2009-06-21 00:38:22 +0000 | |
---|---|---|
committer | 2009-06-21 00:38:22 +0000 | |
commit | 363f7aca39db2d6b7afd944f08f0cbae290545af (patch) | |
tree | 0c65762aee2914b35d34a9eecccb0fcb3f620138 | |
parent | abs conforms c99 -> imaxabs conforms c99. ok millert@ (diff) | |
download | wireguard-openbsd-363f7aca39db2d6b7afd944f08f0cbae290545af.tar.xz wireguard-openbsd-363f7aca39db2d6b7afd944f08f0cbae290545af.zip |
fix rcs ids. ok sthen@
-rw-r--r-- | lib/csu/arm/Makefile | 2 | ||||
-rw-r--r-- | lib/libc/arch/i386/gen/fpgetround.S | 2 | ||||
-rw-r--r-- | lib/libedit/readline.c | 4 | ||||
-rw-r--r-- | regress/lib/libc/vis/vis_test.c | 2 | ||||
-rw-r--r-- | sbin/tunefs/tunefs.c | 4 | ||||
-rw-r--r-- | sys/arch/alpha/pci/pci_eb64plus.h | 2 | ||||
-rw-r--r-- | sys/dev/isa/wss_isapnp.c | 2 | ||||
-rw-r--r-- | usr.sbin/httpd/src/modules/standard/mod_mime_magic.c | 2 | ||||
-rw-r--r-- | usr.sbin/httpd/src/modules/standard/mod_unique_id.c | 2 | ||||
-rw-r--r-- | usr.sbin/httpd/src/support/logresolve.c | 2 |
10 files changed, 12 insertions, 12 deletions
diff --git a/lib/csu/arm/Makefile b/lib/csu/arm/Makefile index 408c1de00a7..08530565d22 100644 --- a/lib/csu/arm/Makefile +++ b/lib/csu/arm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSDe Makefile,v 1.6 2000/06/28 04:56:44 rahnds Exp $ +# $OpenBSD: Makefile,v 1.6 2009/06/21 00:38:22 martynas Exp $ # from: @(#)Makefile 8.1 (Berkeley) 6/1/93 CFLAGS+= -DLIBC_SCCS diff --git a/lib/libc/arch/i386/gen/fpgetround.S b/lib/libc/arch/i386/gen/fpgetround.S index 8acabd19d33..182db90f2ba 100644 --- a/lib/libc/arch/i386/gen/fpgetround.S +++ b/lib/libc/arch/i386/gen/fpgetround.S @@ -1,4 +1,4 @@ -/* $OpeNBSD$ */ +/* $OpenBSD: fpgetround.S,v 1.4 2009/06/21 00:38:22 martynas Exp $ */ /* * Written by J.T. Conklin, Apr 4, 1995 * Public domain. diff --git a/lib/libedit/readline.c b/lib/libedit/readline.c index ca81df8cf75..b1dedbe932e 100644 --- a/lib/libedit/readline.c +++ b/lib/libedit/readline.c @@ -1,4 +1,4 @@ -/* $OpenBSD: readline.c,v 1.5 2008/11/09 12:34:46 tobias Exp $ */ +/* $OpenBSD: readline.c,v 1.6 2009/06/21 00:38:22 martynas Exp $ */ /* $NetBSD: readline.c,v 1.43 2003/11/03 03:22:55 christos Exp $ */ /*- @@ -32,7 +32,7 @@ #include "config.h" #if !defined(lint) && !defined(SCCSID) -static const char rcsid[] = "$OpenBSD"; +static const char rcsid[] = "$OpenBSD: readline.c,v 1.6 2009/06/21 00:38:22 martynas Exp $"; #endif /* not lint && not SCCSID */ #include <sys/types.h> diff --git a/regress/lib/libc/vis/vis_test.c b/regress/lib/libc/vis/vis_test.c index 40e5d9f5032..054befd44f8 100644 --- a/regress/lib/libc/vis/vis_test.c +++ b/regress/lib/libc/vis/vis_test.c @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: vis_test.c,v 1.2 2009/06/21 00:38:22 martynas Exp $ */ /* Public domain. 2005, Otto Moerbeek */ diff --git a/sbin/tunefs/tunefs.c b/sbin/tunefs/tunefs.c index 6c524d19e3f..b35b5ab0fba 100644 --- a/sbin/tunefs/tunefs.c +++ b/sbin/tunefs/tunefs.c @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: tunefs.c,v 1.29 2009/06/21 00:38:22 martynas Exp $ */ /* $NetBSD: tunefs.c,v 1.33 2005/01/19 20:46:16 xtraeme Exp $ */ /* @@ -40,7 +40,7 @@ static const char copyright[] = #if 0 static char sccsid[] = "@(#)tunefs.c 8.3 (Berkeley) 5/3/95"; #else -static const char rcsid[] = "$OpenBSD"; +static const char rcsid[] = "$OpenBSD: tunefs.c,v 1.29 2009/06/21 00:38:22 martynas Exp $"; #endif #endif /* not lint */ diff --git a/sys/arch/alpha/pci/pci_eb64plus.h b/sys/arch/alpha/pci/pci_eb64plus.h index 84ebe2b62cc..036edac84a3 100644 --- a/sys/arch/alpha/pci/pci_eb64plus.h +++ b/sys/arch/alpha/pci/pci_eb64plus.h @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: pci_eb64plus.h,v 1.3 2009/06/21 00:38:22 martynas Exp $ */ /* $NetBSD: pci_eb64plus.h,v 1.2 2000/06/05 21:47:26 thorpej Exp $ */ /* diff --git a/sys/dev/isa/wss_isapnp.c b/sys/dev/isa/wss_isapnp.c index d0361f8854c..2ea7f368135 100644 --- a/sys/dev/isa/wss_isapnp.c +++ b/sys/dev/isa/wss_isapnp.c @@ -1,4 +1,4 @@ -/* $OpenBSD; wss_isapnp.c,v1.0 1999/1/5 14:08:57 mike Exp $ */ +/* $OpenBSD: wss_isapnp.c,v 1.8 2009/06/21 00:38:22 martynas Exp $ */ /* $NetBSD: wss_isapnp.c,v 1.5 1998/11/25 22:17:07 augustss Exp $ */ /* diff --git a/usr.sbin/httpd/src/modules/standard/mod_mime_magic.c b/usr.sbin/httpd/src/modules/standard/mod_mime_magic.c index 53cd5874007..0cf12f7e441 100644 --- a/usr.sbin/httpd/src/modules/standard/mod_mime_magic.c +++ b/usr.sbin/httpd/src/modules/standard/mod_mime_magic.c @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: mod_mime_magic.c,v 1.14 2009/06/21 00:38:22 martynas Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 diff --git a/usr.sbin/httpd/src/modules/standard/mod_unique_id.c b/usr.sbin/httpd/src/modules/standard/mod_unique_id.c index 0aabba8ff3d..044cb5012dd 100644 --- a/usr.sbin/httpd/src/modules/standard/mod_unique_id.c +++ b/usr.sbin/httpd/src/modules/standard/mod_unique_id.c @@ -1,4 +1,4 @@ -/* $OpenBSD */ +/* $OpenBSD: mod_unique_id.c,v 1.12 2009/06/21 00:38:22 martynas Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 diff --git a/usr.sbin/httpd/src/support/logresolve.c b/usr.sbin/httpd/src/support/logresolve.c index 1c9ef607480..e990061c4aa 100644 --- a/usr.sbin/httpd/src/support/logresolve.c +++ b/usr.sbin/httpd/src/support/logresolve.c @@ -1,4 +1,4 @@ -/* $OpenBSD $*/ +/* $OpenBSD: logresolve.c,v 1.15 2009/06/21 00:38:22 martynas Exp $ */ /* * logresolve 1.1 |