summaryrefslogtreecommitdiff
path: root/includes/cf
diff options
context:
space:
mode:
authorTed Lemon <source@isc.org>2000-09-23 03:43:16 +0000
committerTed Lemon <source@isc.org>2000-09-23 03:43:16 +0000
commit7b7b5278ad3a80fce53e5b3a9c36325115a03f3d (patch)
tree57bc3931070f49b95371fb15787ae09ba8a131f8 /includes/cf
parentca5956dcad8d0879b4a4c4a8dbfd24c19eb48725 (diff)
downloadisc-dhcp-7b7b5278ad3a80fce53e5b3a9c36325115a03f3d.tar.gz
Define SOCKLEN_T
Diffstat (limited to 'includes/cf')
-rw-r--r--includes/cf/sunos4.h2
-rw-r--r--includes/cf/ultrix.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/includes/cf/sunos4.h b/includes/cf/sunos4.h
index c2ce03e7..c748dfeb 100644
--- a/includes/cf/sunos4.h
+++ b/includes/cf/sunos4.h
@@ -53,6 +53,8 @@
#define ssize_t int
+#define SOCKLEN_T int
+
/* No endian.h either. */
/*
* Definitions for byte order, according to byte significance from low
diff --git a/includes/cf/ultrix.h b/includes/cf/ultrix.h
index 3f8ba5e5..8b3a859e 100644
--- a/includes/cf/ultrix.h
+++ b/includes/cf/ultrix.h
@@ -100,6 +100,7 @@ extern int h_errno;
#define INADDR_LOOPBACK ((u_int32_t)0x7f000001)
#define EOL '\n'
#define VOIDPTR void *
+#define SOCKLEN_T int
/*
* Time stuff...