freebsd11_network: Discard __FBSDID() macros instead of declaring them.

Nothing uses them, and they just generate a ton of "unused global" warnings.
This commit is contained in:
Augustin Cavalier 2018-06-29 23:15:51 -04:00
parent 595605d86f
commit 65df4b51f5

View File

@ -39,7 +39,11 @@
#include <posix/sys/cdefs.h>
#if 0
#define __FBSDID(str) static const char __fbsdid[] = str
#else
#define __FBSDID(str)
#endif
/*
* This code has been put in place to help reduce the addition of