svn commit: r279782 - head/sys/powerpc/powerpc

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sun Mar 8 16:50:47 UTC 2015


Author: nwhitehorn
Date: Sun Mar  8 16:50:45 2015
New Revision: 279782
URL: https://svnweb.freebsd.org/changeset/base/279782

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

Modified:
  head/sys/powerpc/powerpc/syncicache.c

Modified: head/sys/powerpc/powerpc/syncicache.c
==============================================================================
--- head/sys/powerpc/powerpc/syncicache.c	Sun Mar  8 15:03:38 2015	(r279781)
+++ head/sys/powerpc/powerpc/syncicache.c	Sun Mar  8 16:50:45 2015	(r279782)
@@ -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)


More information about the svn-src-head mailing list