summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/getbootfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/gen/getbootfile.c')
-rw-r--r--lib/libc/gen/getbootfile.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getbootfile.c b/lib/libc/gen/getbootfile.c
index c2d1558..2f134bd 100644
--- a/lib/libc/gen/getbootfile.c
+++ b/lib/libc/gen/getbootfile.c
@@ -32,10 +32,10 @@
*/
#if defined(LIBC_SCCS) && !defined(lint)
-/*static char sccsid[] = "From: @(#)gethostname.c 8.1 (Berkeley) 6/4/93";*/
-static const char rcsid[] =
- "$FreeBSD$";
+static char sccsid[] = "From: @(#)gethostname.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/sysctl.h>
OpenPOWER on IntegriCloud