diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-02-08 09:34:17 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-02-08 09:34:17 +0000 |
| commit | 2ef702f52a9631fe6489681c12cb19cda58a1018 (patch) | |
| tree | d561b872dc3df6506237e4589b37cced838c7925 /lib/libc/gen | |
| parent | 1037bbb195743045d69d406462a9fcdb0bceefc5 (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen')
| -rw-r--r-- | lib/libc/gen/getobjformat.c | 2 | ||||
| -rw-r--r-- | lib/libc/gen/strtofflags.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/gen/getobjformat.c b/lib/libc/gen/getobjformat.c index de5c9c161f99..c21edfc07c42 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 292f1c53a8db..af0420d27c6f 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> |
