Date: Sat, 9 Dec 1995 23:37:49 -0500 (EST) From: "Marc G. Fournier" <scrappy@hub.org> To: current@FreeBSD.org Subject: Another failure to make DEVFS kernel Message-ID: <Pine.BSF.3.91.951209233706.14962A-100000@hub.org>
next in thread | raw e-mail | index | archive | help
>Description:
Same as last one reported. No declaration for variable 'name'
present if options DEVFS is enabled.
>How-To-Repeat:
<Code/input/activities to reproduce the problem (multiple lines)>
>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;
Marc G. Fournier | POP Mail Telnet Acct DNS Hosting
scrappy@hub.org | WWW Services Database Services | Knowledge,
soon to be: | | Information and
scrappy@ki.net | WWW: http://hub.org | Communications, Inc
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.951209233706.14962A-100000>
