Date: Sun, 10 Dec 1995 00:02:05 -0500 (EST) From: "Marc G. Fournier" <scrappy@hub.org> To: current@FreeBSD.ORG Subject: IGNORE LAST: patched wrong function Message-ID: <Pine.BSF.3.91.951209235947.15425A-100000@hub.org>
next in thread | raw e-mail | index | archive | help
Hi... sorry about that, but I patched the wrong function in /usr/src/sys/scsi/st.c ;( Here's the proper one... *** scsi/st.c.orig Sat Dec 9 23:39:54 1995 --- scsi/st.c Sat Dec 9 23:58:54 1995 *************** *** 365,370 **** --- 365,373 ---- stattach(struct scsi_link *sc_link) { u_int32 unit; + #ifdef DEVFS + char name[32]; + #endif struct scsi_data *st = 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.951209235947.15425A-100000>