Craig A. Berry [Mon, 23 Jul 2001 15:35:06 +0000 (10:35 -0500)]
Message-Id: <5.1.0.14.0.
20010723152732.02ad4470@exchi01>
p4raw-id: //depot/perl@11455
#else
/* this "canna happen" since nothing should be calling here if !HAS_FORK */
Perl_croak_nocontext("fork() not available");
+ return 0;
#endif /* HAS_FORK */
}