[PATCH] 2.3.23 without CONFIG_SYSVIPC

lars brinkhoff (lars@nocrew.org)
25 Oct 1999 14:54:01 +0200


This small patch is needed to compile Linux 2.3.23 (and probably
others) without SysV IPC.

--- ../linus/ipc/util.c Mon Aug 23 20:15:53 1999
+++ ipc/util.c Mon Oct 25 12:55:09 1999
@@ -119,7 +119,7 @@
return -ENOSYS;
}

-void shm_unuse(unsigned long entry, unsigned long page)
+void shm_unuse(pte_t entry, struct page *page)
{
}

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/