diff options
Diffstat (limited to 'src/lib/libc/net/res_data.c')
-rw-r--r-- | src/lib/libc/net/res_data.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libc/net/res_data.c b/src/lib/libc/net/res_data.c index 967264bcb7..a5f6b03a7f 100644 --- a/src/lib/libc/net/res_data.c +++ b/src/lib/libc/net/res_data.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: res_data.c,v 1.2 2003/06/02 20:18:36 millert Exp $ */ | 1 | /* $OpenBSD: res_data.c,v 1.3 2005/08/06 20:30:03 espie Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * ++Copyright++ 1995 | 4 | * ++Copyright++ 1995 |
@@ -51,14 +51,6 @@ | |||
51 | * --Copyright-- | 51 | * --Copyright-- |
52 | */ | 52 | */ |
53 | 53 | ||
54 | #if defined(LIBC_SCCS) && !defined(lint) | ||
55 | #if 0 | ||
56 | static char rcsid[] = "$From: res_data.c,v 8.2 1996/08/05 08:31:35 vixie Exp $"; | ||
57 | #else | ||
58 | static char rcsid[] = "$OpenBSD: res_data.c,v 1.2 2003/06/02 20:18:36 millert Exp $"; | ||
59 | #endif | ||
60 | #endif /* LIBC_SCCS and not lint */ | ||
61 | |||
62 | #include <sys/types.h> | 54 | #include <sys/types.h> |
63 | #include <sys/param.h> | 55 | #include <sys/param.h> |
64 | #include <sys/socket.h> | 56 | #include <sys/socket.h> |