Message-ID: <oeeww9kecx7.fsf@alpha.hut.fi>
Subject: Re: NOT OK: perl5.004_71 on BSDI 3.1
p4raw-id: //depot/perl@1443
#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)