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 e967388980315..9469f43ad09db 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.16.1 2008/10/02 02:57:24 kensmith Exp $"); #include <sys/types.h> #include <sys/stat.h> |