Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Dec 1995 23:36:56 -0500 (EST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   kern/887: make failure on kernel with DEVFS enabled
Message-ID:  <199512100436.XAA15021@hub.org>
Resent-Message-ID: <199512100610.WAA01717@freefall.freebsd.org>

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

>Number:         887
>Category:       kern
>Synopsis:       make failure on kernel with DEVFS enabled
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Dec  9 22:10:07 PST 1995
>Last-Modified:
>Originator:     Marc G. Fournier
>Organization:
>Release:        FreeBSD 2.2-CURRENT i386
>Environment:

	

>Description:

	Same as last one reported.  No declaration for variable 'name'
	present if options DEVFS is enabled.

>How-To-Repeat:

	

>Fix:
	

*** scsi/sd.c.orig        Sat Dec  9 23:33:21 1995
--- scsi/sd.c     Sat Dec  9 23:34:46 1995
***************
*** 188,193 ****
--- 188,196 ----
  {
        u_int32 unit;
        struct disk_parms *dp;
+ #ifdef DEVFS
+       char name[8];
+ #endif

        struct scsi_data *sd = sc_link->sd;


>Audit-Trail:
>Unformatted:



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