NetBSD Problem Report #4876

Received: (qmail 4869 invoked from network); 23 Jan 1998 15:09:03 -0000
Message-Id: <199801231508.QAA00618@schlunz.ps.uni-sb.de>
Date: Fri, 23 Jan 1998 16:08:03 +0100 (CET)
From: Benjamin Lorenz <lorenz@schlunz.ps.uni-sb.de>
To: gnats-bugs@gnats.netbsd.org
Subject: COMPAT_SUNOS broken on atari platform
X-Send-Pr-Version: 3.95

>Number:         4876
>Category:       port-atari
>Synopsis:       Atari kernel does not compile with COMPAT_SUNOS defined
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gnats-admin
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Jan 23 07:20:02 +0000 1998
>Closed-Date:    Thu Apr 02 00:56:57 +0000 1998
>Last-Modified:  Thu Apr 02 00:57:23 +0000 1998
>Originator:     Benjamin Lorenz
>Release:        1.3
>Organization:
Fachbereich Programmiersysteme, Uni des Saarlandes
>Environment:
System: NetBSD schlunz 1.3 NetBSD 1.3 (BENNI) #0: Fri Jan 23 15:30:41 CET 1998 lorenz@schlunz:/opt/src/sys/arch/atari/compile/BENNI atari


>Description:
	The atari kernel does not compile when the option COMPAT_SUNOS
	is set.
>How-To-Repeat:
	Try to compile a kernel with COMPAT_SUNOS...
>Fix:
	Apply this patch:

--- machdep.c.orig	Thu Oct 23 13:37:15 1997
+++ machdep.c	Fri Jan 23 15:28:40 1998
@@ -1070,6 +1070,8 @@ cpu_exec_aout_makecmds(p, epp)
 		extern sunos_exec_aout_makecmds
 		    __P((struct proc *, struct exec_package *));
 		if ((error = sunos_exec_aout_makecmds(p, epp)) == 0)
+			return(0);
+	}
 #endif
 	return(error);
 }

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->feedback 
State-Changed-By: fair 
State-Changed-When: Fri Mar 27 14:11:43 PST 1998 
State-Changed-Why:  
The supplied patch is for a routine that no longer lives in atari/machdep.c; 
does this problem still exist? 
State-Changed-From-To: feedback->closed 
State-Changed-By: fair 
State-Changed-When: Wed Apr 1 16:56:57 PST 1998 
State-Changed-Why:  
user has vanished (mail bounced) 
>Unformatted:

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2007 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.