Update to pld patches and integrate koan patch

This commit is contained in:
Mario Fetka
2013-11-05 11:54:31 +01:00
parent be2d60525a
commit 35d12ee7aa
16 changed files with 70 additions and 323 deletions

View File

@@ -35,19 +35,13 @@
#else
# include <linux/types.h>
# include <netinet/in.h>
# ifdef _GNU_SOURCE_
# include <netipx/ipx.h>
# else
# include <linux/ipx.h>
# endif
# include <netipx/ipx.h>
#endif
typedef unsigned char uint8;
typedef unsigned short int uint16;
/* amd64 not working
/* typedef unsigned long int uint32; */
typedef unsigned int uint32;
*/
typedef unsigned long int uint32;
#define IPX_NET_SIZE 4
#define IPX_NODE_SIZE 6

View File

@@ -173,11 +173,11 @@ extern int errno;
#endif
#ifndef MAX_CONNECTIONS
# define MAX_CONNECTIONS 5 /* maximum Number of connections */
# define MAX_CONNECTIONS 50 /* maximum Number of connections */
#endif
#ifndef MAX_NW_VOLS
# define MAX_NW_VOLS 10 /* maximum Number of volumes */
# define MAX_NW_VOLS 20 /* maximum Number of volumes */
#endif
#ifndef MAX_FILE_HANDLES_CONN

View File

@@ -27,6 +27,7 @@
#define NWBIND 5
#define NWROUTED 6
/* extern FILE *logfile; */
extern void x_x_xfree(char **p);
extern int x_x_xnewstr(uint8 **p, uint8 *s);