From scrappy@hub.org  Sat Dec  9 22:02:48 1995
Received: from who.cdrom.com (who.cdrom.com [192.216.222.3])
          by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA00249
          for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 9 Dec 1995 22:02:47 -0800 (PST)
Received: from hub.org (hub.org [199.166.238.138])
          by who.cdrom.com (8.6.12/8.6.11) with ESMTP id UAA01977
          for <FreeBSD-gnats-submit@freebsd.org>; Sat, 9 Dec 1995 20:43:55 -0800
Received: (from root@localhost) by hub.org (8.7.1/8.7.1) id XAA15155; Sat, 9 Dec 1995 23:43:53 -0500 (EST)
Message-Id: <199512100443.XAA15155@hub.org>
Date: Sat, 9 Dec 1995 23:43:53 -0500 (EST)
From: "Marc G. Fournier" <scrappy@hub.org>
Reply-To: scrappy@hub.org
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Another DEVFS define missing define...
X-Send-Pr-Version: 3.2

>Number:         885
>Category:       kern
>Synopsis:       Another DEVFS define missing define...
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec  9 22:10:01 PST 1995
>Closed-Date:    Sun Dec 10 14:22:37 PST 1995
>Last-Modified:  Sun Dec 10 14:23:50 PST 1995
>Originator:     Marc G. Fournier
>Release:        FreeBSD 2.2-CURRENT i386
>Organization:
>Environment:

	

>Description:

	Another missing declaration for name

>How-To-Repeat:

	

>Fix:
	
*** scsi/st.c.orig        Sat Dec  9 23:39:54 1995
--- scsi/st.c     Sat Dec  9 23:40:37 1995
***************
*** 347,352 ****
--- 347,355 ----
  st_registerdev(int unit)
  {
        struct kern_devconf *kdc;
+ #ifdef DEVFS
+       char name[32];
+ #endif

        MALLOC(kdc, struct kern_devconf *, sizeof *kdc, M_TEMP, M_NOWAIT);
        if(!kdc) return;


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: bde 
State-Changed-When: Sun Dec 10 14:22:37 PST 1995 
State-Changed-Why:  
Already fixed. 
>Unformatted:
