# HG changeset patch # User Richard M. Stallman # Date 787381019 0 # Node ID 4721ac2f48cb5bc7ea1cb0b7404dfe743228c297 # Parent 7953cde9d9517f19b599072208af467ef4013326 Just include sunos4shr--do nothing else. diff -r 7953cde9d951 -r 4721ac2f48cb src/s/sunos413.h --- a/src/s/sunos413.h Wed Dec 14 03:44:51 1994 +0000 +++ b/src/s/sunos413.h Wed Dec 14 04:56:59 1994 +0000 @@ -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 */