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