diff options
author | 2001-08-12 12:05:45 +0000 | |
---|---|---|
committer | 2001-08-12 12:05:45 +0000 | |
commit | 1c794efdca1bb152526c7b625d0878d12694179c (patch) | |
tree | 001f643b8d50190c84670758049056349de6e60c /lib/libc_r | |
parent | #(endif|else) foo is incorrect, make it #endif /* foo */ (diff) | |
download | wireguard-openbsd-1c794efdca1bb152526c7b625d0878d12694179c.tar.xz wireguard-openbsd-1c794efdca1bb152526c7b625d0878d12694179c.zip |
public domain
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/TEST/test_group.c | 3 | ||||
-rw-r--r-- | lib/libc_r/TEST/test_poll.c | 3 | ||||
-rw-r--r-- | lib/libc_r/TEST/test_signal.c | 3 | ||||
-rw-r--r-- | lib/libc_r/TEST/test_stdarg.c | 3 |
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> */ |