From f1e789f75f3ccc7f7055cfebc970437680931a61 Mon Sep 17 00:00:00 2001 From: Chaskiel M Grundman Date: Wed, 13 Oct 2004 01:30:03 +0000 Subject: [PATCH] asmlinkage-for-pioctl-20041012 FIXES 15338 another place where we need to declare a function asmlinkage --- src/afs/afs_pioctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5