mirror of git://sourceware.org/git/glibc.git
Update.
* hesiod/hesiod.c: Avoid emitting rcsid in object file.
This commit is contained in:
parent
cfafc6fd96
commit
4a900f3be3
|
|
@ -12,6 +12,8 @@
|
||||||
|
|
||||||
* rt/aio_fsync.c: Test OP parameter for correct values.
|
* 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>
|
1999-08-04 Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
|
* sysdeps/unix/sysv/linux/alpha/getsysstats.c (GET_NPROCS_PARSER):
|
||||||
|
|
|
||||||
|
|
@ -41,7 +41,9 @@
|
||||||
* it uses res_send() and accesses _res.
|
* it uses res_send() and accesses _res.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined(LIBC_SCCS) && !defined(lint)
|
||||||
static const char rcsid[] = "$Id$";
|
static const char rcsid[] = "$Id$";
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue