diff options
author | ru <ru@FreeBSD.org> | 2002-04-09 11:39:05 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-04-09 11:39:05 +0000 |
commit | 6d38d7dc3c120ca1fa184b3f5a6a86cd312ac6b5 (patch) | |
tree | 5ef8a3a42818796fd67f5bede4fe1ec2fbb16d7d /lib/libc | |
parent | 77e3582887133356a4ca5d6ddc54686ccd0e8e7f (diff) | |
download | FreeBSD-src-6d38d7dc3c120ca1fa184b3f5a6a86cd312ac6b5.zip FreeBSD-src-6d38d7dc3c120ca1fa184b3f5a6a86cd312ac6b5.tar.gz |
No longer needed to #ifdef __FBSDID, this is now handled by Makefile.inc1.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getobjformat.c | 2 | ||||
-rw-r--r-- | lib/libc/gen/strtofflags.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lib/libc/gen/getobjformat.c b/lib/libc/gen/getobjformat.c index c21edfc..de5c9c1 100644 --- a/lib/libc/gen/getobjformat.c +++ b/lib/libc/gen/getobjformat.c @@ -25,9 +25,7 @@ */ #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 af0420d..292f1c5 100644 --- a/lib/libc/gen/strtofflags.c +++ b/lib/libc/gen/strtofflags.c @@ -35,9 +35,7 @@ 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> |