X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Fnet%2Fcompat.h;h=406db242f73a6d8a4fecdaeff456fa08cccad26d;hb=9cde070874b822d4677f4f01fe146991785813b1;hp=e65cbedb6abcec07e08caedce8ed7785fabcce57;hpb=fec69a97489f961026e24536dbb7b86ac663948c;p=powerpc.git diff --git a/include/net/compat.h b/include/net/compat.h index e65cbedb6a..406db242f7 100644 --- a/include/net/compat.h +++ b/include/net/compat.h @@ -1,7 +1,6 @@ #ifndef NET_COMPAT_H #define NET_COMPAT_H -#include struct sock; @@ -26,6 +25,7 @@ struct compat_cmsghdr { }; extern int compat_sock_get_timestamp(struct sock *, struct timeval __user *); +extern int compat_sock_get_timestampns(struct sock *, struct timespec __user *); #else /* defined(CONFIG_COMPAT) */ #define compat_msghdr msghdr /* to avoid compiler warnings */