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:
@@ -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
|
||||
|
@@ -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...
|
||||
|
Reference in New Issue
Block a user