Change 11455 by jhi@alpha on 2001/07/23 21:13:12
Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
From: "Craig A. Berry" <[EMAIL PROTECTED]>
Date: Mon, 23 Jul 2001 15:35:06 -0500
Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
Affected files ...
... //depot/perl/util.c#289 edit
Differences ...
==== //depot/perl/util.c#289 (text) ====
Index: perl/util.c
--- perl/util.c.~1~ Mon Jul 23 15:15:05 2001
+++ perl/util.c Mon Jul 23 15:15:05 2001
@@ -2160,6 +2160,7 @@
#else
/* this "canna happen" since nothing should be calling here if !HAS_FORK */
Perl_croak_nocontext("fork() not available");
+ return 0;
#endif /* HAS_FORK */
}
End of Patch.