summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-05 01:33:18 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-05 01:33:18 +0000
commit4a900f3be379e80974edea380952ee3e50ec3e1e (patch)
tree49ec1f33ac5bcfc208da8df393b97e4d40c8f329
parentcfafc6fd962bfb7fd9fa10dc3891648e818d196d (diff)
Update.
* hesiod/hesiod.c: Avoid emitting rcsid in object file.
-rw-r--r--ChangeLog2
-rw-r--r--hesiod/hesiod.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b1c59004a..7a95e106db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/hesiod/hesiod.c b/hesiod/hesiod.c
index 998802d8c4..f89a29ac95 100644
--- a/hesiod/hesiod.c
+++ b/hesiod/hesiod.c
@@ -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>