$NetBSD: patch-ai,v 1.3 2000/06/24 17:03:38 minoura Exp $

--- src/sysdep.c.orig	Wed May 24 22:59:14 2000
+++ src/sysdep.c	Sun Jun 18 09:19:44 2000
@@ -2134,6 +2134,7 @@
  *
  */
 
+#if !(defined (__NetBSD__) && defined (__ELF__))
 #ifndef HAVE_TEXT_START
 char *
 start_of_text ()
@@ -2151,6 +2152,7 @@
 #endif /* TEXT_START */
 }
 #endif /* not HAVE_TEXT_START */
+#endif
 
 /*
  *	Return the address of the start of the data segment prior to
