X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fnet%2Fcompat.h;h=406db242f73a6d8a4fecdaeff456fa08cccad26d;hb=cbbb90e68cd073b8d63b491166066e347902b7e9;hp=9859b60280d5631571cdbebdf611c28c8e283b48;hpb=2a2ed2db353d949c06b6ef8b6913f65b39111eab;p=linux-2.6 diff --git a/include/net/compat.h b/include/net/compat.h index 9859b60280..406db242f7 100644 --- a/include/net/compat.h +++ b/include/net/compat.h @@ -25,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 */