From 2ce701850f43c1508a11782916131a1273dbdf11 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Tue, 30 May 2006 21:27:18 -0700 Subject: [PATCH] --- yaml --- r: 27052 b: refs/heads/master c: 29f767a254be8fd44fb5d2b5a48e9cda8399c4ea h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/net/compat.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 62d960e1ad30..eb34467c7f73 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c331eb04b995ad276a7ece4608326f1db4e137d8 +refs/heads/master: 29f767a254be8fd44fb5d2b5a48e9cda8399c4ea diff --git a/trunk/include/net/compat.h b/trunk/include/net/compat.h index 8662b8f43df5..e65cbedb6abc 100644 --- a/trunk/include/net/compat.h +++ b/trunk/include/net/compat.h @@ -3,6 +3,8 @@ #include +struct sock; + #if defined(CONFIG_COMPAT) #include @@ -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) */