From 93fe312cf100764532650b18935edab0aee6e5cb Mon Sep 17 00:00:00 2001 From: "/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org" Date: Tue, 26 Jul 2005 22:19:49 +0000 Subject: add additional () to macro --- libnfnetlink.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnfnetlink.h') diff --git a/libnfnetlink.h b/libnfnetlink.h index d4c895d..6ffd644 100644 --- a/libnfnetlink.h +++ b/libnfnetlink.h @@ -11,7 +11,7 @@ #include #define NLMSG_TAIL(nlh) \ - ((void *) (nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len) + (((void *) (nlh)) + NLMSG_ALIGN((nlh)->nlmsg_len)) #define NFNL_BUFFSIZE 8192 -- cgit v1.2.3