$NetBSD: patch-af,v 1.13 2009/10/07 10:56:40 obache Exp $

--- src/m/mips.h.orig	2009-06-21 13:38:20.000000000 +0900
+++ src/m/mips.h
@@ -23,7 +23,7 @@ along with GNU Emacs.  If not, see <http
    USUAL-OPSYS="note"
 
 NOTE-START
-This is only used on GNU/Linux.
+This is used on GNU/Linux and netbsd.
 NOTE-END  */
 
 /* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
@@ -50,7 +50,7 @@ NOTE-END  */
 
 #define TEXT_START      0x00400000
 
-#ifndef GNU_LINUX
+#if !defined(GNU_LINUX) && !defined(__NetBSD__)
 #define DATA_START      0x10000000
 #endif
 
