diff options
author | Florian Weimer <fweimer@redhat.com> | 2016-04-28 10:55:16 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2016-04-28 12:53:49 +0200 |
commit | 1f32be054b640fa7bcbc46441e24e185ab5184e3 (patch) | |
tree | 213776eb0fd5e845496853327f0750b9502f769a /resolv/inet_ntop.c | |
parent | 6b255f411ba26200f9078f6f80b8dc5fe0ef6f2b (diff) | |
download | glibc-1f32be054b640fa7bcbc46441e24e185ab5184e3.zip glibc-1f32be054b640fa7bcbc46441e24e185ab5184e3.tar.gz glibc-1f32be054b640fa7bcbc46441e24e185ab5184e3.tar.bz2 |
resolv: Remove SCCS and RCS keywords
Diffstat (limited to 'resolv/inet_ntop.c')
-rw-r--r-- | resolv/inet_ntop.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resolv/inet_ntop.c b/resolv/inet_ntop.c index 32338c5..01c45ce 100644 --- a/resolv/inet_ntop.c +++ b/resolv/inet_ntop.c @@ -15,10 +15,6 @@ * SOFTWARE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static const char rcsid[] = "$BINDId: inet_ntop.c,v 1.8 1999/10/13 16:39:28 vixie Exp $"; -#endif /* LIBC_SCCS and not lint */ - #include <sys/param.h> #include <sys/types.h> #include <sys/socket.h> |