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/ns_samedomain.c | |
parent | 6b255f411ba26200f9078f6f80b8dc5fe0ef6f2b (diff) | |
download | glibc-1f32be054b640fa7bcbc46441e24e185ab5184e3.tar.gz glibc-1f32be054b640fa7bcbc46441e24e185ab5184e3.tar.xz glibc-1f32be054b640fa7bcbc46441e24e185ab5184e3.zip |
resolv: Remove SCCS and RCS keywords
Diffstat (limited to 'resolv/ns_samedomain.c')
-rw-r--r-- | resolv/ns_samedomain.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/resolv/ns_samedomain.c b/resolv/ns_samedomain.c index df6a4a26fb..5d1bf39fc7 100644 --- a/resolv/ns_samedomain.c +++ b/resolv/ns_samedomain.c @@ -16,10 +16,6 @@ * SOFTWARE. */ -#if !defined(_LIBC) && !defined(lint) -static const char rcsid[] = "$BINDId: ns_samedomain.c,v 8.9 1999/10/15 21:06:51 vixie Exp $"; -#endif - #include <sys/types.h> #include <arpa/nameser.h> #include <errno.h> |