Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 5 Aug 1999 01:33:18 +0000 (01:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 5 Aug 1999 01:33:18 +0000 (01:33 +0000)
* hesiod/hesiod.c: Avoid emitting rcsid in object file.

ChangeLog
hesiod/hesiod.c

index 8b1c590..7a95e10 100644 (file)
--- 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):
index 998802d..f89a29a 100644 (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>