aboutsummaryrefslogtreecommitdiffstats
path: root/testing/clisp/no-page.h.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-09 07:07:36 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-10 20:49:14 +0000
commit09691e886b47525fd4e3bc45f1f91de87ab3c22e (patch)
treead32d3146222d060290cd7cd6a5292d5e109c253 /testing/clisp/no-page.h.patch
parent033a3a2a3b36f328cd7b8ee787f68c8f759f5ff5 (diff)
downloadaports-09691e886b47525fd4e3bc45f1f91de87ab3c22e.tar.bz2
aports-09691e886b47525fd4e3bc45f1f91de87ab3c22e.tar.xz
unmaintained/clisp: move from testing
Diffstat (limited to 'testing/clisp/no-page.h.patch')
-rw-r--r--testing/clisp/no-page.h.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/testing/clisp/no-page.h.patch b/testing/clisp/no-page.h.patch
deleted file mode 100644
index aafb98a31e..0000000000
--- a/testing/clisp/no-page.h.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- 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 */