Subject: Re: fdclose conflict
To: None <billc@warp.cryogenic.com>
From: Stephen J. Roznowski <sjr@zombie.ncsc.mil>
List: amiga-dev
Date: 12/06/1994 00:04:30
> From: William Coldwell <billc@warp.cryogenic.com>
> 
> I diddled with conf.c and fd.c to fix a conflict with kern_descrip.c in the
> latest sup, but ended up breaking my kernel with a jump to 0 MMU fault.
> 
> *** /ftp/src/sys/arch/amiga/dev/fd.c	Mon Dec  5 20:32:56 1994
> --- fd.c	Mon Dec  5 18:41:55 1994
> ***************
> *** 434,440 ****
>   
>   /*ARGSUSED*/
>   int
> ! fdclose(dev, flags, devtype, p)

A much simplier fix is to make fdclose static inside fd.c. I've
done this and am currently running a kernel built this way.

-SR