1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100575

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>