diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2015-02-11 16:10:34 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2015-02-11 16:10:34 +0000 |
commit | ee43026bb8e791565425fe742226e902ae9c28e7 (patch) | |
tree | f0831714b73dc3b0490c4778adb36e539920f37e /testing | |
parent | 05eacdffd5a7ce267d110c254d1372304d7d2b2d (diff) | |
download | aports-ee43026bb8e791565425fe742226e902ae9c28e7.tar.bz2 aports-ee43026bb8e791565425fe742226e902ae9c28e7.tar.xz |
testing/clisp: add missing patch
Diffstat (limited to 'testing')
-rw-r--r-- | testing/clisp/no-page.h.patch | 12 |
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 000000000..aafb98a31 --- /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 */ |