From 98bd693ecb4c443d6d9682d3ab9d3aad72417856 Mon Sep 17 00:00:00 2001 From: "David S. Miller" Date: Thu, 19 Jan 2006 16:58:37 -0800 Subject: [PATCH] --- yaml --- r: 19033 b: refs/heads/master c: 4f2d7680cb1ac5c5a70f3ba2447d5aa5c0a1643a h: refs/heads/master i: 19031: a18fc1644f55d3a8238f29f2958fe37823ba0883 v: v3 --- [refs] | 2 +- trunk/include/linux/netfilter/x_tables.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4fe6a149fe48..efb3bd43d0ed 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: cf9e50a920be24b734fb91f19b8844f8509cb981 +refs/heads/master: 4f2d7680cb1ac5c5a70f3ba2447d5aa5c0a1643a diff --git a/trunk/include/linux/netfilter/x_tables.h b/trunk/include/linux/netfilter/x_tables.h index 472f04834809..59ff6c430cf6 100644 --- a/trunk/include/linux/netfilter/x_tables.h +++ b/trunk/include/linux/netfilter/x_tables.h @@ -19,7 +19,7 @@ struct xt_get_revision /* For standard target */ #define XT_RETURN (-NF_REPEAT - 1) -#define XT_ALIGN(s) (((s) + (__alignof__(void *)-1)) & ~(__alignof__(void *)-1)) +#define XT_ALIGN(s) (((s) + (__alignof__(u_int64_t)-1)) & ~(__alignof__(u_int64_t)-1)) /* Standard return verdict, or do jump. */ #define XT_STANDARD_TARGET ""