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 f2f7ad46a0397..16db49cb76458 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -45,7 +45,7 @@ static const char copyright[] = static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/du/du.c,v 1.17.2.2 2000/07/02 10:45:29 ps Exp $"; #endif /* not lint */ |