diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-08-27 23:15:48 +0000 |
| commit | 2a4562393f80633b81c11d4f7df00548d1cc3c48 (patch) | |
| tree | e6f4e4299a60023820e6a2e559cdd8477911363a /bin/chmod/chmod.c | |
| parent | 50b14091b71a7932d512009d783e1f657f800fc6 (diff) | |
Notes
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 0758c42319d0..21841c6fdc17 100644 --- a/bin/chmod/chmod.c +++ b/bin/chmod/chmod.c @@ -42,7 +42,7 @@ static char const copyright[] = static char sccsid[] = "@(#)chmod.c 8.8 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$Id: chmod.c,v 1.12 1998/12/16 04:42:00 imp Exp $"; + "$FreeBSD$"; #endif /* not lint */ #include <sys/types.h> |
