summaryrefslogtreecommitdiffstats
path: root/bin/df/df.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/df/df.c')
-rw-r--r--bin/df/df.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/df/df.c b/bin/df/df.c
index 063963e..b91dc66 100644
--- a/bin/df/df.c
+++ b/bin/df/df.c
@@ -45,11 +45,10 @@ static const char copyright[] =
#ifndef lint
#if 0
static char sccsid[] = "@(#)df.c 8.9 (Berkeley) 5/8/95";
-#else
-static const char rcsid[] =
- "$FreeBSD$";
#endif
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/stat.h>
OpenPOWER on IntegriCloud