Provide $FreeBSD$ in the standard way. This fixes the build with clang 3.6.
This commit is contained in:
parent
13f561b6e9
commit
c8714148e7
@ -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 New Issue
Block a user