Date: Sat, 9 Dec 1995 23:43:53 -0500 (EST) From: "Marc G. Fournier" <scrappy@hub.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: kern/885: Another DEVFS define missing define... Message-ID: <199512100443.XAA15155@hub.org> Resent-Message-ID: <199512100610.WAA01663@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 885 >Category: kern >Synopsis: Another DEVFS define missing define... >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 9 22:10:01 PST 1995 >Last-Modified: >Originator: Marc G. Fournier >Organization: >Release: FreeBSD 2.2-CURRENT i386 >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; >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199512100443.XAA15155>