diff options
author | David Leonard <d@cvs.openbsd.org> | 2000-01-06 06:54:44 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 2000-01-06 06:54:44 +0000 |
commit | 845f14c06abfca479ea802515dd587fc8ef16918 (patch) | |
tree | cdf74f05bd9b7246bc33fe75933bbb6dfe97afcd | |
parent | f26a97df5e3f7e48be61e887cd6c4959f05e5c8d (diff) |
clean doc
-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> |