Skip to content
Snippets Groups Projects
Commit a43b6b03 authored by Matt Johnston's avatar Matt Johnston
Browse files

define SIZE_T_MAX

--HG--
branch : fuzz
parent 84a143a6
No related merge requests found
...@@ -156,6 +156,10 @@ typedef unsigned int u_int32_t; ...@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment