diff options
author | 2000-01-06 06:54:43 +0000 | |
---|---|---|
committer | 2000-01-06 06:54:43 +0000 | |
commit | b8cc2d7fc7fc97a91cf3260c4c5ab82ff5361cb0 (patch) | |
tree | 3fced1efd2b1fa83768029e5e7a7d99d41193ad9 /lib | |
parent | longer sleep, doc, get rid of bad signal handler (diff) | |
download | wireguard-openbsd-b8cc2d7fc7fc97a91cf3260c4c5ab82ff5361cb0.tar.xz wireguard-openbsd-b8cc2d7fc7fc97a91cf3260c4c5ab82ff5361cb0.zip |
clean doc
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc_r/TEST/test_netdb.c | 8 |
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> |