summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches/patch-ai
blob: 8e59e5b84c684d03655fa4899d2cf79af98c9f8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$NetBSD: patch-ai,v 1.3 2012/12/11 04:54:43 dholland Exp $

--- src/sysdep.c.orig	2000-05-24 13:59:14.000000000 +0000
+++ src/sysdep.c
@@ -2134,6 +2132,7 @@ unrequest_sigio ()
  *
  */
 
+#if !(defined (__NetBSD__) && defined (__ELF__))
 #ifndef HAVE_TEXT_START
 char *
 start_of_text ()
@@ -2151,6 +2150,7 @@ start_of_text ()
 #endif /* TEXT_START */
 }
 #endif /* not HAVE_TEXT_START */
+#endif
 
 /*
  *	Return the address of the start of the data segment prior to