diff options
Diffstat (limited to 'usr.bin/chflags/chflags.c')
-rw-r--r-- | usr.bin/chflags/chflags.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chflags/chflags.c b/usr.bin/chflags/chflags.c index 40c5b3f432b8..fbed2161fe58 100644 --- a/usr.bin/chflags/chflags.c +++ b/usr.bin/chflags/chflags.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)chflags.c 8.5 (Berkeley) 4/1/94"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/chflags/chflags.c,v 1.7.2.3 2001/08/01 23:09:18 obrien Exp $"; #endif /* not lint */ #include <sys/types.h> |