# HG changeset patch # User Richard M. Stallman # Date 743582087 0 # Node ID fd05e9662279b4483610b8f02d2f9e780bb67a75 # Parent 3ce8e11f338b8c2a063aa5ee82848f86bc39500c (LOCALTIME_CACHE): Defined. (HAVE_SETSID): Defined. (LIB_STANDARD): Override, adding $(GNULIB_VAR). diff -r 3ce8e11f338b -r fd05e9662279 src/s/386bsd.h --- a/src/s/386bsd.h Sun Jul 25 06:00:32 1993 +0000 +++ b/src/s/386bsd.h Sun Jul 25 06:34:47 1993 +0000 @@ -3,6 +3,9 @@ /* Get most of the stuff from bsd4.3 */ #include "bsd4-3.h" +#undef LIB_STANDARD +#define LIB_STANDARD -lc $(GNULIB_VAR) + /* The following should be set to /netbsd if you are running netbsd > 0.8 Or just link /netbsd -> /386bsd */ #undef KERNEL_FILE @@ -19,3 +22,9 @@ /* This affects a declaration in xrdb.c. */ #define DECLARE_GETPWUID_WITH_UID_T + +/* Reread the time zone on startup. */ +#define LOCALTIME_CACHE + +/* rich@lamprey.utmb.edu says needed for job control in subshells. */ +#define HAVE_SETSID