aboutsummaryrefslogtreecommitdiffstats
path: root/unmaintained/clisp/no-page.h.patch
blob: aafb98a31e7c8c9b06084d5be9d56d031ca81c17 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 */