Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Jul 2008 18:04:54 GMT
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 145105 for review
Message-ID:  <200807121804.m6CI4s0V017391@repoman.freebsd.org>

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

Change 145105 by gonzo@gonzo_jeeves on 2008/07/12 18:03:57

	Add missing cdefs.h

Affected files ...

.. //depot/projects/mips2/src/sys/mips/mips/mainbus.c#4 edit

Differences ...

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

@@ -41,6 +41,7 @@
  * and I/O memory address space.
  */
 
+#include <sys/cdefs.h>
 __FBSDID("$FreeBSD: src/sys/mips/mips/mainbus.c,v 1.2 2008/04/15 02:50:07 imp Exp $");
 
 #include <sys/param.h>



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