Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 17 Dec 1999 02:57:28 -0800 (PST)
From:      sakauchi@yamame.to
To:        freebsd-gnats-submit@freebsd.org
Subject:   i386/15528: doscmd exec function fail.
Message-ID:  <19991217105728.667D314DB6@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         15528
>Category:       i386
>Synopsis:       doscmd exec function fail.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Dec 17 03:00:03 PST 1999
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19991217105728.667D314DB6>