mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Remove duplicate __FBSDID() - spotted by trying to build with a non-GNU
compiler.
This commit is contained in:
parent
8030ad187e
commit
58a8e6d20e
1 changed files with 0 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue