summaryrefslogtreecommitdiff
path: root/hesiod
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 /hesiod
parentcfafc6fd962bfb7fd9fa10dc3891648e818d196d (diff)
Update.
* hesiod/hesiod.c: Avoid emitting rcsid in object file.
Diffstat (limited to 'hesiod')
-rw-r--r--hesiod/hesiod.c2
1 files changed, 2 insertions, 0 deletions
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>