summaryrefslogtreecommitdiff
path: root/user/clisp/no-page.h.patch
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2020-05-06 00:51:32 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2020-05-06 00:51:32 +0000
commit7d6a83dbf478235cc84f3cdbd0d1ccb82c8514a1 (patch)
tree290688ea7dfda33ec5597726676a2b652712b4cc /user/clisp/no-page.h.patch
parentf0b42a82699bb782fd074517ca488f1de239e623 (diff)
parentf2aa66f3081104339eaa412f78ee35732c05ea2f (diff)
downloadpackages-7d6a83dbf478235cc84f3cdbd0d1ccb82c8514a1.tar.gz
packages-7d6a83dbf478235cc84f3cdbd0d1ccb82c8514a1.tar.bz2
packages-7d6a83dbf478235cc84f3cdbd0d1ccb82c8514a1.tar.xz
packages-7d6a83dbf478235cc84f3cdbd0d1ccb82c8514a1.zip
Merge branch 'common-lisp' into 'master'
user/clisp and experimental/sbcl + deps See merge request adelie/packages!438
Diffstat (limited to 'user/clisp/no-page.h.patch')
-rw-r--r--user/clisp/no-page.h.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/user/clisp/no-page.h.patch b/user/clisp/no-page.h.patch
new file mode 100644
index 000000000..aafb98a31
--- /dev/null
+++ b/user/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 */