Menu

#9 patch needed for NetWare platform

open
nobody
None
5
2005-11-21
2005-11-21
No

Hi,
for NetWare platform I need to include some additional
headers:

--- src/sqsh_config.h.orig Thu Dec 02 15:21:36 2004
+++ src/sqsh_config.h Mon Nov 21 17:43:48 2005
@@ -229,6 +229,14 @@
#include <sys/param.h>
#endif

+#if defined(HAVE_SYS_SELECT_H)
+#include <sys/select.h>
+#endif
+
+#if defined(HAVE_SYS_WAIT_H)
+#include <sys/wait.h>
+#endif
+
/*
* SQSH_MAXPATH is to contain the maximum length of a
file that we
* can deal with. First, we try to define it in terms
of MAXPATHLEN,

thanks, Guenter.

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.