2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Define SOCKLEN_T

This commit is contained in:
Ted Lemon
2000-09-23 03:43:16 +00:00
parent ca5956dcad
commit 7b7b5278ad
2 changed files with 3 additions and 0 deletions

View File

@@ -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

View File

@@ -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...