patch-2.1.47 linux/fs/nfsd/nfsctl.c
Next file: linux/fs/nfsd/nfsfh.c
Previous file: linux/fs/nfsd/nfs3proc.c
Back to the patch index
Back to the overall index
-  Lines: 13
-  Date:
Mon Jul 21 09:53:20 1997
-  Orig file: 
v2.1.46/linux/fs/nfsd/nfsctl.c
-  Orig date: 
Mon Jun 16 16:35:58 1997
diff -u --recursive --new-file v2.1.46/linux/fs/nfsd/nfsctl.c linux/fs/nfsd/nfsctl.c
@@ -133,9 +133,10 @@
 #endif
 
 int
-asmlinkage handle_sys_nfsservctl(int cmd, struct nfsctl_arg *argp,
-			         union nfsctl_res *resp)
+asmlinkage handle_sys_nfsservctl(int cmd, void *opaque_argp, void *opaque_resp)
 {
+	struct nfsctl_arg *	argp = opaque_argp;
+	union nfsctl_res *	resp = opaque_resp;
 	struct nfsctl_arg *	arg = NULL;
 	union nfsctl_res *	res = NULL;
 	int			err;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov