13 lines
343 B
Diff
13 lines
343 B
Diff
--- ./src/unix.d
|
|
+++ ./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 */
|