diff options
| author | espie <> | 2005-08-06 20:30:04 +0000 |
|---|---|---|
| committer | espie <> | 2005-08-06 20:30:04 +0000 |
| commit | b8b677406e1ef4804e2003a72385456ce954c219 (patch) | |
| tree | be6fca50febcf66d8a4b35b5c9a48381dc726885 /src/lib/libc/net/gethostnamadr.c | |
| parent | 7ba2c88bf7980dfeb0f3814b69003ba150ea2a14 (diff) | |
| download | openbsd-b8b677406e1ef4804e2003a72385456ce954c219.tar.gz openbsd-b8b677406e1ef4804e2003a72385456ce954c219.tar.bz2 openbsd-b8b677406e1ef4804e2003a72385456ce954c219.zip | |
zap rcsid.
split functions off res_debug.c so that getnetnamadr.c does not pull it
all when it's used.
okay deraadt@, krw@
Diffstat (limited to '')
| -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> |
