FreeBSD 4.1 bootstrapping aid (__FBSDID is not there).

This commit is contained in:
Ruslan Ermilov 2002-02-08 09:34:17 +00:00
parent 1037bbb195
commit 2ef702f52a
2 changed files with 4 additions and 0 deletions

View File

@ -25,7 +25,9 @@
*/
#include <sys/cdefs.h>
#ifdef __FBSDID
__FBSDID("$FreeBSD$");
#endif
#include <sys/param.h>
#include <objformat.h>

View File

@ -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>