Remove duplicate __FBSDID() - spotted by trying to build with a non-GNU

compiler.
This commit is contained in:
jmallett 2002-07-23 14:39:20 +00:00
parent a2a51bf521
commit 558b722f1e

View File

@ -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>