summaryrefslogtreecommitdiffstats
path: root/usr.bin/du
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/du')
-rw-r--r--usr.bin/du/du.c5
1 files changed, 2 insertions, 3 deletions
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 <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/queue.h>
OpenPOWER on IntegriCloud