diff options
Diffstat (limited to 'lib/libc/net/herror.c')
-rw-r--r-- | lib/libc/net/herror.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/net/herror.c b/lib/libc/net/herror.c index a4b4e3da97b3..9f3dbb7d18f2 100644 --- a/lib/libc/net/herror.c +++ b/lib/libc/net/herror.c @@ -50,8 +50,9 @@ #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; -static char rcsid[] = "$FreeBSD$"; #endif /* LIBC_SCCS and not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include "namespace.h" #include <sys/types.h> |