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

compiler.
This commit is contained in:
Juli Mallett 2002-07-23 14:39:20 +00:00
parent 8030ad187e
commit 58a8e6d20e

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>