mirror of
https://gitlab.isc.org/isc-projects/dhcp
synced 2025-09-01 14:55:30 +00:00
Define SOCKLEN_T
This commit is contained in:
@@ -53,6 +53,8 @@
|
|||||||
|
|
||||||
#define ssize_t int
|
#define ssize_t int
|
||||||
|
|
||||||
|
#define SOCKLEN_T int
|
||||||
|
|
||||||
/* No endian.h either. */
|
/* No endian.h either. */
|
||||||
/*
|
/*
|
||||||
* Definitions for byte order, according to byte significance from low
|
* 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 INADDR_LOOPBACK ((u_int32_t)0x7f000001)
|
||||||
#define EOL '\n'
|
#define EOL '\n'
|
||||||
#define VOIDPTR void *
|
#define VOIDPTR void *
|
||||||
|
#define SOCKLEN_T int
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Time stuff...
|
* Time stuff...
|
||||||
|
Reference in New Issue
Block a user