* [patch] libnetlink_conntrack compile fix
@ 2007-03-16 13:55 Thomas Jarosch
2007-03-16 14:12 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Jarosch @ 2007-03-16 13:55 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 211 bytes --]
Hello,
attached patch fixes compilation of libnetlink_conntrack
for old glibc versions.
Cheers,
Thomas
PS: Patrick, when do you get up in the morning?!
I just noticed you first reply was around 5 o' clock...
[-- Attachment #2: libnetfilter_conntrack-compile-fix.patch --]
[-- Type: text/x-diff, Size: 543 bytes --]
diff -u -r -p libnetfilter_conntrack-20070315/include/internal.h libnetfilter_conntrack.fixed/include/internal.h
--- libnetfilter_conntrack-20070315/include/internal.h Tue Dec 19 18:41:53 2006
+++ libnetfilter_conntrack.fixed/include/internal.h Fri Mar 16 14:43:32 2007
@@ -22,6 +22,10 @@
#include <libnfnetlink/libnfnetlink.h>
#include <libnetfilter_conntrack/libnetfilter_conntrack.h>
+#ifndef IPPROTO_SCTP
+#define IPPROTO_SCTP 132
+#endif
+
struct nfct_handle;
typedef void (*set_attr)(struct nf_conntrack *ct, const void *value);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-16 14:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-16 13:55 [patch] libnetlink_conntrack compile fix Thomas Jarosch
2007-03-16 14:12 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.