source:
patches/perl-5.8.8-no_page_h-1.patch@
f41b9d0
Last change on this file since f41b9d0 was d10818d, checked in by , 16 years ago | |
---|---|
|
|
File size: 674 bytes |
-
ext/IPC/SysV/SysV.xs
Submitted By: Joe Ciccone <jciccone@gmail.com> Date: 2008-06-28 Initial Package Version: 5.8.8 Upstream Status: Unknown Origin: http://trac.cross-lfs.org/ticket/160 Description: Removes the only asm/page.h inclusion from perl. diff -Naur perl-5.8.8.orig/ext/IPC/SysV/SysV.xs perl-5.8.8/ext/IPC/SysV/SysV.xs
old new 3 3 #include "XSUB.h" 4 4 5 5 #include <sys/types.h> 6 #ifdef __linux__7 # include <asm/page.h>8 #endif9 6 #if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM) 10 7 #ifndef HAS_SEM 11 8 # include <sys/ipc.h>
Note:
See TracBrowser
for help on using the repository browser.