Provide $FreeBSD$ in the standard way. This fixes the build with clang 3.6.

This commit is contained in:
nwhitehorn 2015-03-08 16:50:45 +00:00
parent 13f561b6e9
commit c8714148e7

View File

@ -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)