From nobody@FreeBSD.ORG  Fri Dec 17 02:57:28 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 667D314DB6; Fri, 17 Dec 1999 02:57:28 -0800 (PST)
Message-Id: <19991217105728.667D314DB6@hub.freebsd.org>
Date: Fri, 17 Dec 1999 02:57:28 -0800 (PST)
From: sakauchi@yamame.to
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: doscmd exec function fail.
X-Send-Pr-Version: www-1.0

>Number:         15528
>Category:       i386
>Synopsis:       doscmd exec function fail.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 17 03:00:03 PST 1999
>Closed-Date:    Fri May 25 05:29:14 PDT 2001
>Last-Modified:  Fri May 25 05:30:03 PDT 2001
>Originator:     Atushi Sakauchi
>Release:        FreeBSD 3.3-Release
>Organization:
>Environment:
FreeBSD 3.3-Release
>Description:
DOS function 4c (exit with return code) is fail allways.
program that call "child process" will fail.
>How-To-Repeat:
% doscmd cl

( cl.exe launch c1.exe )

>Fix:
--- dos.c.save	Mon Aug 30 00:26:58 1999
+++ dos.c	Fri Dec 17 19:21:54 1999
@@ -1704,6 +1704,7 @@
 {
     return_status = R_AL;
     done(REGS, R_AL);
+    return(0);
 }
 
 /*


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: tg 
State-Changed-When: Fri May 25 05:29:14 PDT 2001 
State-Changed-Why:  
Committed, thanks. 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=15528 
>Unformatted:
