summaryrefslogtreecommitdiffstats
path: root/bin/cat
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-30 05:13:54 +0000
committerobrien <obrien@FreeBSD.org>2002-06-30 05:13:54 +0000
commitc84c569bd147997ed62ff1c5e725709828199b68 (patch)
tree4c7fe36c579d443e1734fa7f4d5c003df04f4202 /bin/cat
parent51373f0ac8027bc2ce81c9e4f0c3203716197592 (diff)
downloadFreeBSD-src-c84c569bd147997ed62ff1c5e725709828199b68.zip
FreeBSD-src-c84c569bd147997ed62ff1c5e725709828199b68.tar.gz
Consistently use __FBSDID
Diffstat (limited to 'bin/cat')
-rw-r--r--bin/cat/cat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/cat/cat.c b/bin/cat/cat.c
index 3d626f6..6424f73 100644
--- a/bin/cat/cat.c
+++ b/bin/cat/cat.c
@@ -44,9 +44,9 @@ static char const copyright[] =
#if 0
static char sccsid[] = "@(#)cat.c 8.2 (Berkeley) 4/27/95";
#endif
-static const char rcsid[] =
- "$FreeBSD$";
#endif /* not lint */
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
#include <sys/param.h>
#include <sys/stat.h>
OpenPOWER on IntegriCloud