From bc61fc95d838ba5e5b48f6ee9848c03ec72a5af3 Mon Sep 17 00:00:00 2001 From: obrien Date: Sun, 30 Jun 2002 05:25:07 +0000 Subject: Consistently use FBSDID --- usr.bin/du/du.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'usr.bin/du') diff --git a/usr.bin/du/du.c b/usr.bin/du/du.c index 7bf007c..d6cbb4f 100644 --- a/usr.bin/du/du.c +++ b/usr.bin/du/du.c @@ -44,10 +44,9 @@ static const char copyright[] = #if 0 static const char sccsid[] = "@(#)du.c 8.5 (Berkeley) 5/4/95"; #endif -static const char rcsid[] = - "$FreeBSD$"; #endif /* not lint */ - +#include +__FBSDID("$FreeBSD$"); #include #include -- cgit v1.1