Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2003 18:56:29 -0800 (PST)
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 44335 for review
Message-ID:  <200312260256.hBQ2uTCb085725@repoman.freebsd.org>

index | next in thread | raw e-mail

http://perforce.freebsd.org/chv.cgi?CH=44335

Change 44335 by jmallett@jmallett_oingo on 2003/12/25 18:56:15

	Werror-able.

Affected files ...

.. //depot/projects/mips/sys/mips/conf/INDY#2 edit
.. //depot/projects/mips/sys/mips/mips/vm_machdep.c#8 edit

Differences ...

==== //depot/projects/mips/sys/mips/conf/INDY#2 (text+ko) ====

@@ -8,7 +8,6 @@
 ident		INDY
 maxusers	0
 
-makeoptions	WERROR=-Wno-error	#XXX: We don't want -Werror just now
 makeoptions	MIPSOPTS=-mips3		#Build for a MIPS III
 
 makeoptions	TEXTADDR=0x88069000	#Indy

==== //depot/projects/mips/sys/mips/mips/vm_machdep.c#8 (text+ko) ====

@@ -35,6 +35,7 @@
 #include <sys/proc.h>
 #include <sys/queue.h>
 #include <sys/socketvar.h>
+#include <sys/sf_buf.h>
 
 #include <machine/cpu.h>
 #include <machine/cpufunc.h>


help

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