From 3c399316039b8596935aedb8bebaff0c034d2481 Mon Sep 17 00:00:00 2001 From: ru Date: Fri, 8 Feb 2002 09:34:17 +0000 Subject: FreeBSD 4.1 bootstrapping aid (__FBSDID is not there). --- lib/libc/gen/getobjformat.c | 2 ++ lib/libc/gen/strtofflags.c | 2 ++ 2 files changed, 4 insertions(+) (limited to 'lib') diff --git a/lib/libc/gen/getobjformat.c b/lib/libc/gen/getobjformat.c index de5c9c1..c21edfc 100644 --- a/lib/libc/gen/getobjformat.c +++ b/lib/libc/gen/getobjformat.c @@ -25,7 +25,9 @@ */ #include +#ifdef __FBSDID __FBSDID("$FreeBSD$"); +#endif #include #include diff --git a/lib/libc/gen/strtofflags.c b/lib/libc/gen/strtofflags.c index 292f1c5..af0420d 100644 --- a/lib/libc/gen/strtofflags.c +++ b/lib/libc/gen/strtofflags.c @@ -35,7 +35,9 @@ static char sccsid[] = "@(#)stat_flags.c 8.1 (Berkeley) 5/31/93"; #endif /* LIBC_SCCS and not lint */ #include +#ifdef __FBSDID __FBSDID("$FreeBSD$"); +#endif #include #include -- cgit v1.1