1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

resolv: Remove SCCS and RCS keywords

This commit is contained in:
Florian Weimer
2016-04-28 10:55:16 +02:00
parent 6b255f411b
commit 1f32be054b
24 changed files with 26 additions and 100 deletions

View File

@ -54,10 +54,6 @@
it exports symbols in the libresolv ABI. The file is not maintained any
more, nor are these functions. */
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>