summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-06-13 18:57:53 +1000
committerDamien Miller <djm@mindrot.org>2000-06-13 18:57:53 +1000
commita66626b2d59d23a26cacfbcf938852a19d8b781d (patch)
treeeac2e5ee6ac5e10b748872a2ff64e0eee9db258d /includes.h
parent6e5d3475a54b33f73d057a83a0f9e4e6d01a5336 (diff)
- (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
- Platform define for SCO 3.x which breaks on /dev/ptmx - Detect and try to fix missing MAXPATHLEN
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/includes.h b/includes.h
index da1ee9ce..31b7f349 100644
--- a/includes.h
+++ b/includes.h
@@ -23,7 +23,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#include <sys/types.h>
#include <sys/socket.h>
-#include <sys/param.h>
#include <sys/ioctl.h>
#include <sys/stat.h>
#include <sys/wait.h>
@@ -58,9 +57,6 @@ static /**/const char *const rcsid[] = { (char *)rcsid, "\100(#)" msg }
#ifdef HAVE_NETDB_H
# include <netdb.h>
#endif
-#ifdef HAVE_PATHS_H
-# include <paths.h>
-#endif
#ifdef HAVE_ENDIAN_H
# include <endian.h>
#endif