mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 18:32:49 -04:00
Provide $FreeBSD$ in the standard way. This fixes the build with clang 3.6.
This commit is contained in:
parent
686513878d
commit
8ff77bff59
1 changed files with 2 additions and 4 deletions
|
|
@ -31,10 +31,8 @@
|
|||
* $NetBSD: syncicache.c,v 1.2 1999/05/05 12:36:40 tsubai Exp $
|
||||
*/
|
||||
|
||||
#ifndef lint
|
||||
static const char rcsid[] =
|
||||
"$FreeBSD$";
|
||||
#endif /* not lint */
|
||||
#include <sys/cdefs.h>
|
||||
__FBSDID("$FreeBSD$");
|
||||
|
||||
#include <sys/param.h>
|
||||
#if defined(_KERNEL) || defined(_STANDALONE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue