summaryrefslogtreecommitdiff
path: root/editors/emacs/patches/patch-ac
blob: e920835781f07545252d7b54702eed4295caf2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ac,v 1.18 2009/10/07 10:56:40 obache Exp $

--- src/m/alpha.h.orig	2009-06-21 13:38:20.000000000 +0900
+++ src/m/alpha.h
@@ -95,7 +95,7 @@ NOTE-END
 
 #undef UNEXEC
 #define UNEXEC unexelf.o
-#ifndef GNU_LINUX
+#if !defined(GNU_LINUX) && !defined(__NetBSD__)
 #define DATA_START    0x140000000
 #endif