* [patch] conntrack compile fix
@ 2007-03-16 14:07 Thomas Jarosch
2007-03-16 14:13 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Thomas Jarosch @ 2007-03-16 14:07 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 65 bytes --]
Hello,
attached is a compile fix for conntrack.
Cheers,
Thomas
[-- Attachment #2: conntrack-compile-fix.patch --]
[-- Type: text/x-diff, Size: 360 bytes --]
diff -u -r conntrack-20070315/src/conntrack.c conntrack.fixed/src/conntrack.c
--- conntrack-20070315/src/conntrack.c Mon Jul 3 20:34:50 2006
+++ conntrack.fixed/src/conntrack.c Fri Mar 16 15:03:44 2007
@@ -48,6 +48,7 @@
#endif
#include <fcntl.h>
#include <dlfcn.h>
+#include <signal.h>
#include <string.h>
#include "linux_list.h"
#include "conntrack.h"
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [patch] conntrack compile fix
2007-03-16 14:07 [patch] conntrack compile fix Thomas Jarosch
@ 2007-03-16 14:13 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2007-03-16 14:13 UTC (permalink / raw)
To: Thomas Jarosch; +Cc: netfilter-devel
Thomas Jarosch wrote:
> Hello,
>
> attached is a compile fix for conntrack.
Also applied, thanks a lot Thomas.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-03-16 14:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-03-16 14:07 [patch] conntrack compile fix Thomas Jarosch
2007-03-16 14:13 ` 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.