diff options
Diffstat (limited to 'lib/libc/string/strerror.c')
| -rw-r--r-- | lib/libc/string/strerror.c | 6 | 
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/string/strerror.c b/lib/libc/string/strerror.c index d64120f225ca..626e5d7287a7 100644 --- a/lib/libc/string/strerror.c +++ b/lib/libc/string/strerror.c @@ -34,10 +34,8 @@  #if defined(LIBC_SCCS) && !defined(lint)  static char sccsid[] = "@(#)strerror.c	8.1 (Berkeley) 6/4/93";  #endif /* LIBC_SCCS and not lint */ -#ifndef lint -static const char rcsid[] = -  "$FreeBSD$"; -#endif +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$");  #include <stdio.h>  #include <string.h>  | 
