summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authord <d@openbsd.org>2001-08-12 12:05:45 +0000
committerd <d@openbsd.org>2001-08-12 12:05:45 +0000
commit1c794efdca1bb152526c7b625d0878d12694179c (patch)
tree001f643b8d50190c84670758049056349de6e60c
parent#(endif|else) foo is incorrect, make it #endif /* foo */ (diff)
downloadwireguard-openbsd-1c794efdca1bb152526c7b625d0878d12694179c.tar.xz
wireguard-openbsd-1c794efdca1bb152526c7b625d0878d12694179c.zip
public domain
-rw-r--r--lib/libc_r/TEST/test_group.c3
-rw-r--r--lib/libc_r/TEST/test_poll.c3
-rw-r--r--lib/libc_r/TEST/test_signal.c3
-rw-r--r--lib/libc_r/TEST/test_stdarg.c3
4 files changed, 8 insertions, 4 deletions
diff --git a/lib/libc_r/TEST/test_group.c b/lib/libc_r/TEST/test_group.c
index 4d597a3296c..1ccc4b7ab28 100644
--- a/lib/libc_r/TEST/test_group.c
+++ b/lib/libc_r/TEST/test_group.c
@@ -1,4 +1,5 @@
-/* $OpenBSD: test_group.c,v 1.2 2000/01/08 09:01:29 d Exp $ */
+/* $OpenBSD: test_group.c,v 1.3 2001/08/12 12:05:45 d Exp $ */
+/* David Leonard <d@openbsd.org>, 2001. Public Domain. */
/*
* Test getgrgid_r() across multiple threads to see if the members list changes.
diff --git a/lib/libc_r/TEST/test_poll.c b/lib/libc_r/TEST/test_poll.c
index b07a178436f..26dbda151e3 100644
--- a/lib/libc_r/TEST/test_poll.c
+++ b/lib/libc_r/TEST/test_poll.c
@@ -1,4 +1,5 @@
-/* $OpenBSD: test_poll.c,v 1.2 2000/01/06 06:55:37 d Exp $ */
+/* $OpenBSD: test_poll.c,v 1.3 2001/08/12 12:05:45 d Exp $ */
+/* David Leonard <d@openbsd.org>, 2001. Public Domain. */
#include <pthread.h>
#include <fcntl.h>
#include <poll.h>
diff --git a/lib/libc_r/TEST/test_signal.c b/lib/libc_r/TEST/test_signal.c
index 0ee35f6b908..043ecc68e71 100644
--- a/lib/libc_r/TEST/test_signal.c
+++ b/lib/libc_r/TEST/test_signal.c
@@ -1,4 +1,5 @@
-/* $OpenBSD: test_signal.c,v 1.3 2000/10/04 05:50:58 d Exp $ */
+/* $OpenBSD: test_signal.c,v 1.4 2001/08/12 12:05:45 d Exp $ */
+/* David Leonard <d@openbsd.org>, 2001. Public Domain. */
/*
* This program tests signal handler re-entrancy.
diff --git a/lib/libc_r/TEST/test_stdarg.c b/lib/libc_r/TEST/test_stdarg.c
index fce6af523d4..19ab2ab1c49 100644
--- a/lib/libc_r/TEST/test_stdarg.c
+++ b/lib/libc_r/TEST/test_stdarg.c
@@ -1,4 +1,5 @@
-/* $OpenBSD: test_stdarg.c,v 1.3 2000/10/04 05:50:58 d Exp $ */
+/* $OpenBSD: test_stdarg.c,v 1.4 2001/08/12 12:05:45 d Exp $ */
+/* David Leonard <d@openbsd.org>, 2001. Public Domain. */
/*
* Test <stdarg.h>
*/