diff options
Diffstat (limited to 'usr.bin/du/du.c')
| -rw-r--r-- | usr.bin/du/du.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 73583e320b94..a04bb22fff3a 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -46,7 +46,7 @@ static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/du/du.c,v 1.42 2007/07/04 00:00:39 scf Exp $"); #include <sys/param.h> #include <sys/queue.h> |
