summaryrefslogtreecommitdiffstats
path: root/testing/clisp
diff options
context:
space:
mode:
authorCarlo Landmeter <clandmeter@gmail.com>2015-02-11 16:10:34 +0000
committerCarlo Landmeter <clandmeter@gmail.com>2015-02-11 16:10:34 +0000
commitee43026bb8e791565425fe742226e902ae9c28e7 (patch)
treef0831714b73dc3b0490c4778adb36e539920f37e /testing/clisp
parent05eacdffd5a7ce267d110c254d1372304d7d2b2d (diff)
testing/clisp: add missing patch
Diffstat (limited to 'testing/clisp')
-rw-r--r--testing/clisp/no-page.h.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/clisp/no-page.h.patch b/testing/clisp/no-page.h.patch
new file mode 100644
index 00000000000..aafb98a31e7
--- /dev/null
+++ b/testing/clisp/no-page.h.patch
@@ -0,0 +1,12 @@
+--- a/src/unix.d
++++ b/src/unix.d
+@@ -135,9 +135,6 @@
+ #ifdef UNIX_AUX
+ #include <sys/mmu.h> /* for SHMLBA */
+ #endif
+- #if defined(UNIX_LINUX) && !defined(UNIX_GNU)
+- #include <asm/page.h> /* for SHMLBA on Linux 2.0 */
+- #endif
+ /* <sys/shm.h> declares shmget(), shmat(), shmdt(), shmctl() */
+ #endif
+ /* used by SPVW, STREAM */