diff options
Diffstat (limited to 'lib/libc/net/res_update.c')
-rw-r--r-- | lib/libc/net/res_update.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/libc/net/res_update.c b/lib/libc/net/res_update.c index 6622efd..f17374f 100644 --- a/lib/libc/net/res_update.c +++ b/lib/libc/net/res_update.c @@ -1,7 +1,3 @@ -#if !defined(lint) && !defined(SABER) -static char rcsid[] = "$FreeBSD$"; -#endif /* not lint */ - /* * Copyright (c) 1996 by Internet Software Consortium. * @@ -24,6 +20,9 @@ static char rcsid[] = "$FreeBSD$"; * <viraj_bais@ccm.fm.intel.com> */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); + #include <sys/param.h> #include <sys/socket.h> #include <sys/time.h> |