mirror of
https://github.com/clearml/dropbear
synced 2025-03-03 10:41:39 +00:00
define SIZE_T_MAX
--HG-- branch : fuzz
This commit is contained in:
parent
84a143a605
commit
a43b6b0323
@ -156,6 +156,10 @@ typedef unsigned int u_int32_t;
|
|||||||
typedef u_int32_t uint32_t;
|
typedef u_int32_t uint32_t;
|
||||||
#endif /* HAVE_UINT32_T */
|
#endif /* HAVE_UINT32_T */
|
||||||
|
|
||||||
|
#ifndef SIZE_T_MAX
|
||||||
|
#define SIZE_T_MAX ULONG_MAX
|
||||||
|
#endif /* SIZE_T_MAX */
|
||||||
|
|
||||||
#ifdef SO_PRIORITY
|
#ifdef SO_PRIORITY
|
||||||
#include <linux/types.h>
|
#include <linux/types.h>
|
||||||
#include <linux/pkt_sched.h>
|
#include <linux/pkt_sched.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user