This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
tweak to get BSDI to build IPC/SysV
authorJarkko Hietaniemi <jhi@iki.fi>
Sat, 11 Jul 1998 16:26:44 +0000 (19:26 +0300)
committerGurusamy Sarathy <gsar@cpan.org>
Sat, 11 Jul 1998 23:08:14 +0000 (23:08 +0000)
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)