From c8714148e71f341d8b31c30e0514a18ab37df7d3 Mon Sep 17 00:00:00 2001 From: nwhitehorn Date: Sun, 8 Mar 2015 16:50:45 +0000 Subject: [PATCH] Provide $FreeBSD$ in the standard way. This fixes the build with clang 3.6. --- sys/powerpc/powerpc/syncicache.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/sys/powerpc/powerpc/syncicache.c b/sys/powerpc/powerpc/syncicache.c index 906bc3bb54af..9346c902cd61 100644 --- a/sys/powerpc/powerpc/syncicache.c +++ b/sys/powerpc/powerpc/syncicache.c @@ -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 +__FBSDID("$FreeBSD$"); #include #if defined(_KERNEL) || defined(_STANDALONE)