From d6bf05a9974ea3bd46c69fe437291b561ce994b4 Mon Sep 17 00:00:00 2001 From: Fabian Hugelshofer Date: Mon, 23 Jun 2008 16:16:58 +0200 Subject: fix alignment issues --- utils/nfqnl_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') 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(); -- cgit v1.2.3