summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-02-08 09:34:17 +0000
committerru <ru@FreeBSD.org>2002-02-08 09:34:17 +0000
commit3c399316039b8596935aedb8bebaff0c034d2481 (patch)
treed561b872dc3df6506237e4589b37cced838c7925 /lib
parent0c6681c43533865b76871ae8cc3e499803e46d29 (diff)
downloadFreeBSD-src-3c399316039b8596935aedb8bebaff0c034d2481.zip
FreeBSD-src-3c399316039b8596935aedb8bebaff0c034d2481.tar.gz
FreeBSD 4.1 bootstrapping aid (__FBSDID is not there).
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/getobjformat.c2
-rw-r--r--lib/libc/gen/strtofflags.c2
2 files changed, 4 insertions, 0 deletions
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 <sys/cdefs.h>
+#ifdef __FBSDID
__FBSDID("$FreeBSD$");
+#endif
#include <sys/param.h>
#include <objformat.h>
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 <sys/cdefs.h>
+#ifdef __FBSDID
__FBSDID("$FreeBSD$");
+#endif
#include <sys/types.h>
#include <sys/stat.h>
OpenPOWER on IntegriCloud