summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authord <d@openbsd.org>2000-01-06 06:54:43 +0000
committerd <d@openbsd.org>2000-01-06 06:54:43 +0000
commitb8cc2d7fc7fc97a91cf3260c4c5ab82ff5361cb0 (patch)
tree3fced1efd2b1fa83768029e5e7a7d99d41193ad9 /lib
parentlonger sleep, doc, get rid of bad signal handler (diff)
downloadwireguard-openbsd-b8cc2d7fc7fc97a91cf3260c4c5ab82ff5361cb0.tar.xz
wireguard-openbsd-b8cc2d7fc7fc97a91cf3260c4c5ab82ff5361cb0.zip
clean doc
Diffstat (limited to 'lib')
-rw-r--r--lib/libc_r/TEST/test_netdb.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/libc_r/TEST/test_netdb.c b/lib/libc_r/TEST/test_netdb.c
index 15e72aef0c7..ea9f2a2ec4a 100644
--- a/lib/libc_r/TEST/test_netdb.c
+++ b/lib/libc_r/TEST/test_netdb.c
@@ -1,10 +1,8 @@
-/* ==== test_netdb.c =========================================================
+/* $OpenBSD: test_netdb.c,v 1.4 2000/01/06 06:54:43 d Exp $ */
+/*
* Copyright (c) 1995 by Greg Hudson, ghudson@.mit.edu
*
- * Description : Test netdb calls.
- *
- * 1.00 95/01/05 ghudson
- * -Started coding this file.
+ * Test netdb calls.
*/
#include <pthread.h>