mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
12 lines
343 B
Diff
12 lines
343 B
Diff
--- 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 */
|