diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:15:05 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-30 05:15:05 +0000 |
commit | 2749b1412921cacde0110606121acb7a5e1e2b62 (patch) | |
tree | a81b89aa01c8dade88dcffbf674c9d85b7c85d4f /bin/rmdir | |
parent | 5eb43ac2f70729e688f03999a2f66d1272e14a6d (diff) |
Notes
Diffstat (limited to 'bin/rmdir')
-rw-r--r-- | bin/rmdir/rmdir.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/rmdir/rmdir.c b/bin/rmdir/rmdir.c index 3ab22dd5d7ee4..f869c3f20f4a3 100644 --- a/bin/rmdir/rmdir.c +++ b/bin/rmdir/rmdir.c @@ -41,9 +41,9 @@ static char const copyright[] = #if 0 static char sccsid[] = "@(#)rmdir.c 8.3 (Berkeley) 4/2/94"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ +#include <sys/cdefs.h> +__FBSDID("$FreeBSD$"); #include <err.h> #include <errno.h> |