diff options
Diffstat (limited to 'hesiod/hesiod.c')
-rw-r--r-- | hesiod/hesiod.c | 2 |
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> |