diff options
Diffstat (limited to 'lib/libc/net/hesiod.c')
-rw-r--r-- | lib/libc/net/hesiod.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/libc/net/hesiod.c b/lib/libc/net/hesiod.c index f94c3164138a..701244ac8c22 100644 --- a/lib/libc/net/hesiod.c +++ b/lib/libc/net/hesiod.c @@ -45,10 +45,11 @@ #include <sys/cdefs.h> -#if defined(LIBC_SCCS) && !defined(lint) +#if 0 static char *orig_rcsid = "$NetBSD: hesiod.c,v 1.9 1999/02/11 06:16:38 simonb Exp $"; -static char *rcsid = "$FreeBSD$"; -#endif /* LIBC_SCCS and not lint */ +#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/param.h> |