Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 226655 | Differences between
and this patch

Collapse All | Expand All

(-)conntrack-tools-0.9.7.orig/src/ignore_pool.c (+5 lines)
Lines 26-31 Link Here
26
#include <stdlib.h>
26
#include <stdlib.h>
27
#include <string.h>
27
#include <string.h>
28
28
29
/*older glibc shouldn't be needing it*/
30
#ifndef INT_MAX
31
#include <linux/limits.h>
32
#endif
33
29
/* XXX: These should be configurable, better use a rb-tree */
34
/* XXX: These should be configurable, better use a rb-tree */
30
#define IGNORE_POOL_SIZE 128
35
#define IGNORE_POOL_SIZE 128
31
#define IGNORE_POOL_LIMIT INT_MAX
36
#define IGNORE_POOL_LIMIT INT_MAX
(-)conntrack-tools-0.9.7.orig/src/main.c (+1 lines)
Lines 19-24 Link Here
19
#include "conntrackd.h"
19
#include "conntrackd.h"
20
#include "log.h"
20
#include "log.h"
21
21
22
#include <linux/limits.h>
22
#include <sys/types.h>
23
#include <sys/types.h>
23
#include <sys/stat.h>
24
#include <sys/stat.h>
24
#include <fcntl.h>
25
#include <fcntl.h>

Return to bug 226655