* hesiod/hesiod.c: Avoid emitting rcsid in object file.
This commit is contained in:
Ulrich Drepper 1999-08-05 01:33:18 +00:00
parent cfafc6fd96
commit 4a900f3be3
2 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,8 @@
* rt/aio_fsync.c: Test OP parameter for correct values.
* hesiod/hesiod.c: Avoid emitting rcsid in object file.
1999-08-04 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):

View File

@ -41,7 +41,9 @@
* it uses res_send() and accesses _res.
*/
#if defined(LIBC_SCCS) && !defined(lint)
static const char rcsid[] = "$Id$";
#endif
#include <sys/types.h>
#include <netinet/in.h>