summaryrefslogtreecommitdiffstats
path: root/libnfnetlink.h
diff options
context:
space:
mode:
author/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-07-26 22:19:49 +0000
committer/C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org </C=DE/ST=Berlin/L=Berlin/O=Netfilter Project/OU=Development/CN=laforge/emailAddress=laforge@netfilter.org>2005-07-26 22:19:49 +0000
commit93fe312cf100764532650b18935edab0aee6e5cb (patch)
tree73474a7cb50318d533176848df32f2c5b02005ef /libnfnetlink.h
parentefbc2cc11f6efde2e10a785498d085f9c0cfacfe (diff)
add additional () to macro
Diffstat (limited to 'libnfnetlink.h')
-rw-r--r--libnfnetlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnfnetlink.h b/libnfnetlink.h
index d4c895d..6ffd644 100644
--- a/libnfnetlink.h
+++ b/libnfnetlink.h
@@ -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