update patches
This commit is contained in:
@@ -44,7 +44,10 @@
|
||||
|
||||
typedef unsigned char uint8;
|
||||
typedef unsigned short int uint16;
|
||||
typedef unsigned int uint32;
|
||||
/* amd64 not working
|
||||
typedef unsigned int uint32;
|
||||
*/
|
||||
typedef unsigned long int uint32;
|
||||
|
||||
#define IPX_NET_SIZE 4
|
||||
#define IPX_NODE_SIZE 6
|
||||
|
||||
@@ -23,7 +23,9 @@
|
||||
#ifndef _XOPEN_SOURCE
|
||||
# define _XOPEN_SOURCE 1
|
||||
#endif
|
||||
#ifndef _SVID_SOURCE
|
||||
#define _SVID_SOURCE 1
|
||||
#endif
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user