From 4a900f3be379e80974edea380952ee3e50ec3e1e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 5 Aug 1999 01:33:18 +0000 Subject: Update. * hesiod/hesiod.c: Avoid emitting rcsid in object file. --- hesiod/hesiod.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hesiod') 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 #include -- cgit v1.2.3