Fixed missing variable 'name' for DEVFS code

This commit is contained in:
Marc G. Fournier 1996-03-29 04:35:09 +00:00
parent 8919eed437
commit ad6dc98242
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=14898

View File

@ -12,7 +12,7 @@
* on the understanding that TFS is not responsible for the correct
* functioning of this software in any circumstances.
*
* $Id: st.c,v 1.64 1996/03/27 18:50:10 bde Exp $
* $Id: st.c,v 1.65 1996/03/28 14:33:57 scrappy Exp $
*/
/*
@ -275,6 +275,9 @@ static errval
stattach(struct scsi_link *sc_link)
{
u_int32_t unit;
#ifdef DEVFS
char name[64];
#endif /*DEVFS*/
struct scsi_data *st = sc_link->sd;