Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2008 15:07:50 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145101 for review
Message-ID:  <200807121507.m6CF7oYb089838@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=145101

Change 145101 by gonzo@gonzo_jeeves on 2008/07/12 15:07:18

	__FBSDID is defined in sys/cdefs.h

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/cache.c#7 edit

Differences ...

==== //depot/projects/mips2/src/sys/mips/mips/cache.c#7 (text+ko) ====

@@ -67,6 +67,7 @@
  *    OR OTHERWISE), EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <sys/cdefs.h>
 __FBSDID("$FreeBSD: src/sys/mips/mips/cache.c,v 1.2 2008/04/15 05:35:00 imp Exp $");
 
 #include <sys/types.h>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200807121507.m6CF7oYb089838>