patch-2.4.22 linux-2.4.22/arch/ppc64/kernel/syscalls.c

Next file: linux-2.4.22/arch/ppc64/kernel/time.c
Previous file: linux-2.4.22/arch/ppc64/kernel/sys_ppc32.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/ppc64/kernel/syscalls.c linux-2.4.22/arch/ppc64/kernel/syscalls.c
@@ -72,7 +72,7 @@
 	version = call >> 16; /* hack for backward compatibility */
 	call &= 0xffff;
 
-	ret = -EINVAL;
+	ret = -ENOSYS;
 	switch (call) {
 	case SEMOP:
 		ret = sys_semop (first, (struct sembuf *)ptr, second);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)