wok-next view clisp/stuff/patches/no-page.h.patch @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
line source
1 --- a/src/unix.d
2 +++ b/src/unix.d
3 @@ -135,9 +135,6 @@
4 #ifdef UNIX_AUX
5 #include <sys/mmu.h> /* for SHMLBA */
6 #endif
7 - #if defined(UNIX_LINUX) && !defined(UNIX_GNU)
8 - #include <asm/page.h> /* for SHMLBA on Linux 2.0 */
9 - #endif
10 /* <sys/shm.h> declares shmget(), shmat(), shmdt(), shmctl() */
11 #endif
12 /* used by SPVW, STREAM */