patch-2.4.22 linux-2.4.22/arch/mips/kernel/ipc.c

Next file: linux-2.4.22/arch/mips/kernel/irixelf.c
Previous file: linux-2.4.22/arch/mips/kernel/ioport.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/mips/kernel/ipc.c linux-2.4.22/arch/mips/kernel/ipc.c
@@ -93,6 +93,6 @@
 		return sys_shmctl (first, second,
 				   (struct shmid_ds *) ptr);
 	default:
-		return -EINVAL;
+		return -ENOSYS;
 	}
 }

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