patch-2.2.10 linux/arch/sparc64/kernel/sys_sunos32.c
Next file: linux/arch/sparc64/solaris/fs.c
Previous file: linux/arch/sparc64/kernel/sys_sparc32.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Jun 2 09:55:38 1999
- Orig file:
v2.2.9/linux/arch/sparc64/kernel/sys_sunos32.c
- Orig date:
Sun Nov 8 14:02:48 1998
diff -u --recursive --new-file v2.2.9/linux/arch/sparc64/kernel/sys_sunos32.c linux/arch/sparc64/kernel/sys_sunos32.c
@@ -1,4 +1,4 @@
-/* $Id: sys_sunos32.c,v 1.22 1998/10/26 20:01:13 davem Exp $
+/* $Id: sys_sunos32.c,v 1.22.2.1 1999/05/24 19:42:36 davem Exp $
* sys_sunos32.c: SunOS binary compatability layer on sparc64.
*
* Copyright (C) 1995, 1996, 1997 David S. Miller (davem@caip.rutgers.edu)
@@ -1347,7 +1347,7 @@
lock_kernel();
ret = check_nonblock(sys32_readv(fd, vector, count), fd);
- lock_kernel();
+ unlock_kernel();
return ret;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)