tweak to get BSDI to build IPC/SysV
Jarkko Hietaniemi [Sat, 11 Jul 1998 16:26:44 +0000 (19:26 +0300)]
Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi>
Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1

p4raw-id: //depot/perl@1443

ext/IPC/SysV/SysV.xs

index 8b30b92..7d682a1 100644 (file)
 #endif
 #endif
 
+/* Required in BSDI to get PAGE_SIZE definition for SHMLBA.
+ * Ugly.  More beautiful solutions welcome.
+ * Shouting at BSDI sounds quite beautiful. */
+#ifdef __bsdi__
+#   include <vm/vm_param.h>
+#endif
+
 #ifndef newCONSTSUB
 static void
 newCONSTSUB(stash,name,sv)