File: //proc/2/root/installd/perl588installer/perl588-SysV.patch
commit eb3c34fe92542c068d1f2ff6adef656465b362e5
Author: Todd Rinaldo <toddr@cpanel.net>
Date: Mon Apr 4 17:51:52 2011 -0500
Fix broken SysV.xs. Perl kernel.org, no need to include page.h: https://lists.linux-foundation.org/pipermail/bugme-janitors/2008-May/009953.html
diff --git a/ext/IPC/SysV/SysV.xs b/ext/IPC/SysV/SysV.xs
index 35a8fde..9a9c576 100644
--- a/ext/IPC/SysV/SysV.xs
+++ b/ext/IPC/SysV/SysV.xs
@@ -3,9 +3,6 @@
#include "XSUB.h"
#include <sys/types.h>
-#ifdef __linux__
-# include <asm/page.h>
-#endif
#if defined(HAS_MSG) || defined(HAS_SEM) || defined(HAS_SHM)
#ifndef HAS_SEM
# include <sys/ipc.h>