dect
/
linux-2.6
Archived
13
0
Fork 0

[PATCH] net/compat.h build fix

From: Andrew Morton <akpm@osdl.org>

Move the forward decl outside the ifdef, since we use it in both legs.

Should fix the spacr64 build error reported in
	http://bugzilla.kernel.org/show_bug.cgi?id=6625

Acked-by: "David S. Miller" <davem@davemloft.net>
Cc: Cedric Pellerin <cedric@bidouillesoft.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
Andrew Morton 2006-05-30 21:27:18 -07:00 committed by Linus Torvalds
parent c331eb04b9
commit 29f767a254
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,8 @@
#include <linux/config.h>
struct sock;
#if defined(CONFIG_COMPAT)
#include <linux/compat.h>
@ -23,7 +25,6 @@ struct compat_cmsghdr {
compat_int_t cmsg_type;
};
struct sock;
extern int compat_sock_get_timestamp(struct sock *, struct timeval __user *);
#else /* defined(CONFIG_COMPAT) */