diff options
author | 2016-09-01 10:56:45 +0000 | |
---|---|---|
committer | 2016-09-01 10:56:45 +0000 | |
commit | b1c1249f2c2e2dcb51dba925fea965a5947f069c (patch) | |
tree | 076f924eaab438acb3d418f30032f7a028180f4c | |
parent | no more sparc; (diff) | |
download | wireguard-openbsd-b1c1249f2c2e2dcb51dba925fea965a5947f069c.tar.xz wireguard-openbsd-b1c1249f2c2e2dcb51dba925fea965a5947f069c.zip |
delete wrong cvs $ tags
-rw-r--r-- | lib/librthread/rthread_debug.c | 3 | ||||
-rw-r--r-- | lib/librthread/rthread_libc.c | 3 | ||||
-rw-r--r-- | lib/librthread/rthread_stack.c | 3 | ||||
-rw-r--r-- | regress/lib/libpthread/stdfiles/stdfiles.c | 3 |
4 files changed, 4 insertions, 8 deletions
diff --git a/lib/librthread/rthread_debug.c b/lib/librthread/rthread_debug.c index b2c73a1a0f8..4115bc7b077 100644 --- a/lib/librthread/rthread_debug.c +++ b/lib/librthread/rthread_debug.c @@ -1,5 +1,4 @@ -/* $OpenBSD: rthread_debug.c,v 1.4 2016/04/02 19:00:51 guenther Exp $ */ -/* $snafu: rthread_debug.c,v 1.2 2004/12/09 18:41:44 marc Exp $ */ +/* $OpenBSD: rthread_debug.c,v 1.5 2016/09/01 10:56:46 deraadt Exp $ */ /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */ diff --git a/lib/librthread/rthread_libc.c b/lib/librthread/rthread_libc.c index eab63e92dca..c101fe29791 100644 --- a/lib/librthread/rthread_libc.c +++ b/lib/librthread/rthread_libc.c @@ -1,5 +1,4 @@ -/* $OpenBSD: rthread_libc.c,v 1.15 2016/09/01 10:41:02 otto Exp $ */ -/* $snafu: libc_tag.c,v 1.4 2004/11/30 07:00:06 marc Exp $ */ +/* $OpenBSD: rthread_libc.c,v 1.16 2016/09/01 10:56:46 deraadt Exp $ */ /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */ diff --git a/lib/librthread/rthread_stack.c b/lib/librthread/rthread_stack.c index fbaa1a90818..fadf1fbedae 100644 --- a/lib/librthread/rthread_stack.c +++ b/lib/librthread/rthread_stack.c @@ -1,5 +1,4 @@ -/* $OpenBSD: rthread_stack.c,v 1.14 2015/01/24 10:35:33 kettenis Exp $ */ -/* $snafu: rthread_stack.c,v 1.12 2005/01/11 02:45:28 marc Exp $ */ +/* $OpenBSD: rthread_stack.c,v 1.15 2016/09/01 10:56:46 deraadt Exp $ */ /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman <marc@snafu.org> */ diff --git a/regress/lib/libpthread/stdfiles/stdfiles.c b/regress/lib/libpthread/stdfiles/stdfiles.c index 69f75dcf1c2..48bbb36b698 100644 --- a/regress/lib/libpthread/stdfiles/stdfiles.c +++ b/regress/lib/libpthread/stdfiles/stdfiles.c @@ -1,5 +1,4 @@ -/* $OpenBSD: stdfiles.c,v 1.3 2016/03/20 00:01:22 krw Exp $ */ -/* $snafu: stdfiles.c,v 1.3 2003/02/03 21:22:26 marc Exp $ */ +/* $OpenBSD: stdfiles.c,v 1.4 2016/09/01 10:56:45 deraadt Exp $ */ /* PUBLIC DOMAIN Oct 2002 Marco S Hyman <marc@snafu.org> */ #include <assert.h> |