summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2008-06-24 18:15:10 +0200
committerPatrick McHardy <kaber@trash.net>2008-06-24 18:15:10 +0200
commit3b897049475aefa75b318f968162fdb3a631b129 (patch)
treee3e95944afb7ddce6a02c0c8523b64c95b0b4b76 /utils
parent0b9b67866af8734a8d39dc7c229da7e4ba1be89f (diff)
parentd6bf05a9974ea3bd46c69fe437291b561ce994b4 (diff)
Merge branch 'master' of vishnu.netfilter.org:/data/git/libnetfilter_queue
Diffstat (limited to 'utils')
-rw-r--r--utils/nfqnl_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nfqnl_test.c b/utils/nfqnl_test.c
index be72974..7e4edab 100644
--- a/utils/nfqnl_test.c
+++ b/utils/nfqnl_test.c
@@ -61,7 +61,7 @@ int main(int argc, char **argv)
struct nfnl_handle *nh;
int fd;
int rv;
- char buf[4096];
+ char buf[4096] __attribute__ ((aligned));
printf("opening library handle\n");
h = nfq_open();