diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-01 22:56:56 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-01 22:56:56 +0000 |
commit | 83e547f85dce0b26aca4ff184c3af904184815f8 (patch) | |
tree | 3dd9c192f62b017eaef267de0a35c354d633b60c /usr.bin/find/misc.c | |
parent | 1b1cb52477cab07aa6d9388c3765ddef83f88a65 (diff) | |
download | FreeBSD-src-83e547f85dce0b26aca4ff184c3af904184815f8.zip FreeBSD-src-83e547f85dce0b26aca4ff184c3af904184815f8.tar.gz |
Fix SCM IDs.
Diffstat (limited to 'usr.bin/find/misc.c')
-rw-r--r-- | usr.bin/find/misc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/find/misc.c b/usr.bin/find/misc.c index 8c0dfd1..60792cb 100644 --- a/usr.bin/find/misc.c +++ b/usr.bin/find/misc.c @@ -38,10 +38,10 @@ #if 0 static char sccsid[] = "@(#)misc.c 8.2 (Berkeley) 4/1/94"; #else -static const char rcsid[] = - "$FreeBSD$"; #endif #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <sys/types.h> #include <sys/stat.h> |