NetBSD Problem Report #303

From gnats  Thu Jun 23 23:24:24 1994
Received: from yuri.CS.ORST.EDU (root@yuri.CS.ORST.EDU [128.193.164.204]) by sun-lamp.cs.berkeley.edu (8.6.9/8.6.9) with ESMTP id XAA01600 for <gnats-bugs@sun-lamp.cs.berkeley.edu>; Thu, 23 Jun 1994 23:24:23 -0700
Message-Id: <199406240049.RAA10459@yuri.CS.ORST.EDU>
Date: Thu, 23 Jun 1994 17:49:13 -0700
From: "Jason R. Thorpe" <thorpej@yuri.CS.ORST.EDU>
Reply-To: thorpej@yuri.CS.ORST.EDU
To: gnats-bugs@sun-lamp.cs.berkeley.edu
Subject: config netbsd swap generic   ---   broken
X-Send-Pr-Version: 3.2

>Number:         303
>Category:       port-hp300
>Synopsis:       config netbsd swap generic   ---   broken
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    gnats-admin (GNATS administrator)
>State:          closed
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Jun 23 23:35:02 +0000 1994
>Closed-Date:    Fri Jun 24 13:34:05 +0000 1994
>Last-Modified:  
>Originator:     Jason R. Thorpe
>Release:        
>Organization:
  Oregon State University
  Computer Science Outreach Services
>Environment:
System:
	NetBSD 0.9C (FOUNDATION) #2: Sun Jun 19 11:50:03 PDT 1994
	    downsj@foundation:/usr/src/sys/arch/hp300/compile/FOUNDATION

>Description:
	The kernel won't link with:
	'config netbsd swap generic'

	Unresolved symbol: ufs_mountroot

	$Id: swapgeneric.c,v 1.4 1994/01/20 02:17:17 brezak Exp $

>How-To-Repeat:
	put 'config netbsd swap generic' in your kernel config...

>Fix:
	the following patch to sys/arch/hp300/hp300/swapgeneric.c
	fixes the problem...ufs_mountroot was replaced by ffs_mountroot.

*** distribution/swapgeneric.c  Thu Jun 23 16:57:21 1994
--- swapgeneric.c       Thu Jun 23 17:02:57 1994
***************
*** 70,77 ****
        { 0 },
  };

! extern int ufs_mountroot();
! int (*mountroot)() = ufs_mountroot;

  setconf()
  {
--- 70,77 ----
        { 0 },
  };

! extern int ffs_mountroot();
! int (*mountroot)() = ffs_mountroot;

  setconf()
  {
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: hpeyerl 
State-Changed-When: Fri Jun 24 06:34:05 PDT 1994 
State-Changed-Why:  
fixed. 
>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.