From ab90c18d126f684b959da2eb1d66a8b10695c1e5 Mon Sep 17 00:00:00 2001 From: Bryan Henderson <bryanh@giraffe.netgate.net> Date: Mon, 23 Dec 1996 10:16:54 +0000 Subject: [PATCH] Fix Solaris stuff so it compiles. Thanks Keith Parks. --- src/include/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/include/config.h b/src/include/config.h index 0bc1535e935..bdb36d8aacc 100644 --- a/src/include/config.h +++ b/src/include/config.h @@ -168,8 +168,9 @@ # define HAVE_TZSET # define NEED_UNION_SEMUN # define SYSV_DIRENT -# define NEED_NOFILE_KLUDGE # define SB_PAD 56 +# define HAS_TEST_AND_SET +typedef unsigned char slock_t; #endif #if defined(sunos4) -- GitLab