Subject: Re: fdclose conflict
To: William Coldwell <billc@warp.cryogenic.com>
From: Rob Healey <rhealey@kas.helios.mn.org>
List: amiga-dev
Date: 12/07/1994 08:14:34
> I didn't see the other fdclose declaration in conf.c
> 
> /* floppy disk */
> cdev_decl(fd);
> dev_type_open(Fdopen);
> + dev_type_open(Fdclose);
             ^^^^ This should be dev_type_close(Fdclose)
>   #define cdev_floppy_init(c) { \
>         dev_init(c,Fd,open), \
> !       dev_init(c,Fd,close), \
> 
	-Rob