# HG changeset patch # User Karl Heuer # Date 833035379 0 # Node ID ea9ba99e3a80db6b33d6e1206fc2e9c13e2cf9f2 # Parent 67ac6707ea3e6883347d5fed386edfdacb26eb35 [__linux__] (A_TEXT_OFFSET, A_TEXT_SEEK): Don't define. diff -r 67ac6707ea3e -r ea9ba99e3a80 src/m/sparc.h --- a/src/m/sparc.h Sat May 25 14:38:33 1996 +0000 +++ b/src/m/sparc.h Sat May 25 14:42:59 1996 +0000 @@ -104,6 +104,7 @@ #endif #ifndef __NetBSD__ +#ifndef __linux__ /* This really belongs in s/sun.h. */ /* Say that the text segment of a.out includes the header; @@ -116,4 +117,5 @@ #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr)) +#endif /* __linux__ */ #endif /* __NetBSD__ */