diff options
Diffstat (limited to 'bin/chmod/chmod.c')
-rw-r--r-- | bin/chmod/chmod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/chmod/chmod.c b/bin/chmod/chmod.c index e96738898031..c7f63421a747 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -39,7 +39,7 @@ static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; #endif /* not lint */ #endif #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/bin/chmod/chmod.c,v 1.33.24.1 2010/12/21 17:10:29 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |