diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 00:57:29 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-02-01 00:57:29 +0000 |
| commit | ea8d448a923f0d68d7ecf1d2a0583c7d17bdee4e (patch) | |
| tree | ef433201f15534b3543b0b05d4dc15466eed0d0c /lib/libc/gen/getbootfile.c | |
| parent | 919834bd3fbf2b77cedce148242610009c432c29 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/getbootfile.c')
| -rw-r--r-- | lib/libc/gen/getbootfile.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/getbootfile.c b/lib/libc/gen/getbootfile.c index c2d155867ecb..2f134bd0ee36 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> |
