Skip to content

Commit ab90c18

Browse files
author
Bryan Henderson
committed
Fix Solaris stuff so it compiles. Thanks Keith Parks.
1 parent d9e1018 commit ab90c18

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/include/config.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,9 @@
168168
# define HAVE_TZSET
169169
# define NEED_UNION_SEMUN
170170
# define SYSV_DIRENT
171-
# define NEED_NOFILE_KLUDGE
172171
# define SB_PAD 56
172+
# define HAS_TEST_AND_SET
173+
typedef unsigned char slock_t;
173174
#endif
174175

175176
#if defined(sunos4)

0 commit comments

Comments
 (0)