summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjmallett <jmallett@FreeBSD.org>2002-07-23 14:39:20 +0000
committerjmallett <jmallett@FreeBSD.org>2002-07-23 14:39:20 +0000
commit558b722f1ea49c9329d7011f1f748c44de6a46d9 (patch)
tree2ea72cc7f3fa45f4ab93f20b9e3c36596d38eacf /usr.bin
parenta2a51bf52122b6830445113108c5c04a8eef275d (diff)
downloadFreeBSD-src-558b722f1ea49c9329d7011f1f748c44de6a46d9.zip
FreeBSD-src-558b722f1ea49c9329d7011f1f748c44de6a46d9.tar.gz
Remove duplicate __FBSDID() - spotted by trying to build with a non-GNU
compiler.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/head/head.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/head/head.c b/usr.bin/head/head.c
index e8eed85..eb20446 100644
--- a/usr.bin/head/head.c
+++ b/usr.bin/head/head.c
@@ -45,9 +45,6 @@ static char sccsid[] = "@(#)head.c 8.2 (Berkeley) 5/4/95";
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
#include <sys/types.h>
#include <ctype.h>
OpenPOWER on IntegriCloud