[netfilter-cvslog] r4155 - trunk/libnfnetlink

laforge at netfilter.org laforge at netfilter.org
Wed Jul 27 00:19:50 CEST 2005


Author: laforge at netfilter.org
Date: 2005-07-27 00:19:49 +0200 (Wed, 27 Jul 2005)
New Revision: 4155

Modified:
   trunk/libnfnetlink/libnfnetlink.h
Log:
add additional () to macro


Modified: trunk/libnfnetlink/libnfnetlink.h
===================================================================
--- trunk/libnfnetlink/libnfnetlink.h	2005-07-26 10:45:39 UTC (rev 4154)
+++ trunk/libnfnetlink/libnfnetlink.h	2005-07-26 22:19:49 UTC (rev 4155)
@@ -11,7 +11,7 @@
 #include <linux/netfilter/nfnetlink.h>
 
 #define NLMSG_TAIL(nlh) \
-	((void *) (nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)
+	(((void *) (nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len))
 
 #define NFNL_BUFFSIZE		8192
 




More information about the netfilter-cvslog mailing list