From: Chaskiel M Grundman Date: Wed, 13 Oct 2004 01:30:03 +0000 (+0000) Subject: asmlinkage-for-pioctl-20041012 X-Git-Tag: BP-disconnected~218 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=f1e789f75f3ccc7f7055cfebc970437680931a61;p=packages%2Fo%2Fopenafs.git asmlinkage-for-pioctl-20041012 FIXES 15338 another place where we need to declare a function asmlinkage --- diff --git a/src/afs/afs_pioctl.c b/src/afs/afs_pioctl.c index 33f7f8426..3dc60bd64 100644 --- a/src/afs/afs_pioctl.c +++ b/src/afs/afs_pioctl.c @@ -492,7 +492,7 @@ struct afs_ioctl_sys { unsigned int com; unsigned long arg; }; -asmlinkage int +int afs_xioctl(struct inode *ip, struct file *fp, unsigned int com, unsigned long arg) {