diff options
Diffstat (limited to 'src/lib/libc/net/gethostnamadr.c')
-rw-r--r-- | src/lib/libc/net/gethostnamadr.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/lib/libc/net/gethostnamadr.c b/src/lib/libc/net/gethostnamadr.c index c984fac7b1..d1c7d80df6 100644 --- a/src/lib/libc/net/gethostnamadr.c +++ b/src/lib/libc/net/gethostnamadr.c | |||
@@ -1,3 +1,4 @@ | |||
1 | /* $OpenBSD: gethostnamadr.c,v 1.68 2005/08/06 20:30:03 espie Exp $ */ | ||
1 | /*- | 2 | /*- |
2 | * Copyright (c) 1985, 1988, 1993 | 3 | * Copyright (c) 1985, 1988, 1993 |
3 | * The Regents of the University of California. All rights reserved. | 4 | * The Regents of the University of California. All rights reserved. |
@@ -47,10 +48,6 @@ | |||
47 | * --Copyright-- | 48 | * --Copyright-- |
48 | */ | 49 | */ |
49 | 50 | ||
50 | #if defined(LIBC_SCCS) && !defined(lint) | ||
51 | static const char rcsid[] = "$OpenBSD: gethostnamadr.c,v 1.67 2005/07/27 14:16:43 millert Exp $"; | ||
52 | #endif /* LIBC_SCCS and not lint */ | ||
53 | |||
54 | #include <sys/param.h> | 51 | #include <sys/param.h> |
55 | #include <sys/socket.h> | 52 | #include <sys/socket.h> |
56 | #include <netinet/in.h> | 53 | #include <netinet/in.h> |