# HG changeset patch # User Jim Blandy # Date 731833834 0 # Node ID 9b403531a607df5bbdecc329aa151cb675cf3b84 # Parent d14a85e43f27eab3bd68a7865940fd76bb2366fe * s/usg5-3.h (LIBX11_SYSTEM): Eric Raymond says the libraries here were slightly wrong. diff -r d14a85e43f27 -r 9b403531a607 src/s/usg5-3.h --- a/src/s/usg5-3.h Thu Mar 11 07:10:06 1993 +0000 +++ b/src/s/usg5-3.h Thu Mar 11 07:10:34 1993 +0000 @@ -212,7 +212,7 @@ /* X needs to talk on the network, so search the network library. */ #define LIBX10_SYSTEM -lnsl_s -#define LIBX11_SYSTEM -lnsl -lnsl_s -lpt -lc_s +#define LIBX11_SYSTEM -lpt -lnls -lnsl_s -lc_s /* The docs for system V/386 suggest v.3 has sigpause, so let's give it a try. */