patch-2.3.48 linux/ipc/util.c
Next file: linux/kernel/exit.c
Previous file: linux/ipc/shm.c
Back to the patch index
Back to the overall index
- Lines: 10
- Date:
Sat Feb 26 20:23:37 2000
- Orig file:
v2.3.47/linux/ipc/util.c
- Orig date:
Tue Jan 11 22:31:45 2000
diff -u --recursive --new-file v2.3.47/linux/ipc/util.c linux/ipc/util.c
@@ -317,4 +317,9 @@
{
}
+int map_zero_setup(struct vm_area_struct *vma)
+{
+ return -EINVAL;
+}
+
#endif /* CONFIG_SYSVIPC */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)