From 05469d1a1e2117d70f33ed030c12070819fd63a1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 14 Dec 1994 04:56:59 +0000 Subject: [PATCH] Just include sunos4shr--do nothing else. --- src/s/sunos413.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/s/sunos413.h b/src/s/sunos413.h index 39ade191e57..33172f54763 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h @@ -1,3 +1,7 @@ +/* As of 19.29, it should work ok to use shared libs with X. */ +#include "sunos4shr.h" + +#if 0 #include "sunos4-1.h" /* jik@gza.com says this works now. */ @@ -19,3 +23,4 @@ #ifndef SYSTEM_MALLOC #define MEMMOVE_MISSING #endif +#endif /* 0 */ -- 2.39.5