* [PATCH] libnfnetlink compilation on FC5
@ 2006-07-06 9:09 Eric Leblond
2006-07-07 3:51 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Eric Leblond @ 2006-07-06 9:09 UTC (permalink / raw)
To: netfilter-devel
[-- Attachment #1: Type: text/plain, Size: 138 bytes --]
Hi,
libnfnetlink compilation fails on Fedora Cora 5 which use gcc 4.1.
I attach to this mail a small patch that fixes this problem.
BR,
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: libnfnetlink_FC5.patch --]
[-- Type: text/x-patch; name="libnfnetlink_FC5.patch", Size: 340 bytes --]
Index: src/libnfnetlink.c
===================================================================
--- src/libnfnetlink.c (révision 6640)
+++ src/libnfnetlink.c (copie de travail)
@@ -37,6 +37,7 @@
#include <sys/types.h>
#include <sys/socket.h>
+#include <linux/types.h>
#include <linux/netlink.h>
#include <libnfnetlink/libnfnetlink.h>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] libnfnetlink compilation on FC5
2006-07-06 9:09 [PATCH] libnfnetlink compilation on FC5 Eric Leblond
@ 2006-07-07 3:51 ` Patrick McHardy
0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2006-07-07 3:51 UTC (permalink / raw)
To: Eric Leblond; +Cc: netfilter-devel
Eric Leblond wrote:
> Hi,
>
> libnfnetlink compilation fails on Fedora Cora 5 which use gcc 4.1.
>
> I attach to this mail a small patch that fixes this problem.
Applied, thanks Eric.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-07-07 3:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-06 9:09 [PATCH] libnfnetlink compilation on FC5 Eric Leblond
2006-07-07 3:51 ` 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.