| | 178 | Submitted By: DJ Lucas <dj_AT_linuxfromscratch_DOT_org> |
| | 179 | Date: 2008-08-28 |
| | 180 | Initial Package Version: 5.10.0 |
| | 181 | Origin: Self |
| | 182 | Description: this patch removes the deprecated asm/page.h header. |
| | 183 | |
| | 184 | diff -Naur perl-5.10.0-orig/ext/IPC/SysV/SysV.xs perl-5.10.0/ext/IPC/SysV/SysV.xs |
| | 185 | --- perl-5.10.0-orig/ext/IPC/SysV/SysV.xs 2008-08-19 22:36:43.000000000 -0500 |
| | 186 | +++ perl-5.10.0/ext/IPC/SysV/SysV.xs 2007-12-18 04:47:07.000000000 -0600 |
| | 187 | @@ -24,8 +24,6 @@ |
| | 188 | # elif defined(HAS_GETPAGESIZE) |
| | 189 | # undef SHMLBA /* not static: determined at boot time */ |
| | 190 | # define SHMLBA getpagesize() |
| | 191 | -# elif defined(__linux__) |
| | 192 | -# include <asm/page.h> |
| | 193 | # endif |
| | 194 | # endif |
| | 195 | #endif |