diff options
author | 2008-10-02 23:27:23 +0000 | |
---|---|---|
committer | 2008-10-02 23:27:23 +0000 | |
commit | 2dd878fd8cad472443ea37921b80d35185920868 (patch) | |
tree | 37f3ca1725c9093da9306c225ad3ef10170b5aa9 /lib/libpthread/uthread | |
parent | Repair "set reconnect random 0" from PR 5368. This bug report was ignored (diff) | |
download | wireguard-openbsd-2dd878fd8cad472443ea37921b80d35185920868.tar.xz wireguard-openbsd-2dd878fd8cad472443ea37921b80d35185920868.zip |
the license on this is PD; david leonard says so
Diffstat (limited to 'lib/libpthread/uthread')
-rw-r--r-- | lib/libpthread/uthread/uthread_vfork.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libpthread/uthread/uthread_vfork.c b/lib/libpthread/uthread/uthread_vfork.c index 545bcdc96ba..3427191dcb6 100644 --- a/lib/libpthread/uthread/uthread_vfork.c +++ b/lib/libpthread/uthread/uthread_vfork.c @@ -1,4 +1,6 @@ -/* $OpenBSD: uthread_vfork.c,v 1.4 2008/04/04 19:30:41 kurt Exp $ */ +/* $OpenBSD: uthread_vfork.c,v 1.5 2008/10/02 23:27:24 deraadt Exp $ */ +/* David Leonard, <d@csee.uq.edu.au>. Public domain. */ + #include <unistd.h> #ifdef _THREAD_SAFE #include <pthread.h> |