X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcompat.c;h=2468ac1df2f04cf5cfc1bde19b4924c9f135ce09;hb=d04ae27bae42bcce1b3fa70ca2edf25d92b1cf39;hp=271b75d1597f507bacbd78b7be31227d5492dd2e;hpb=6150c32589d1976ca8a5c987df951088c05a7542;p=linux-2.6 diff --git a/fs/compat.c b/fs/compat.c index 271b75d159..2468ac1df2 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -1537,7 +1537,7 @@ out_ret: * Ooo, nasty. We need here to frob 32-bit unsigned longs to * 64-bit unsigned longs. */ -static inline +static int compat_get_fd_set(unsigned long nr, compat_ulong_t __user *ufdset, unsigned long *fdset) { @@ -1570,7 +1570,7 @@ int compat_get_fd_set(unsigned long nr, compat_ulong_t __user *ufdset, return 0; } -static inline +static void compat_set_fd_set(unsigned long nr, compat_ulong_t __user *ufdset, unsigned long *fdset) {