Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/sys/dev



On Wed, 25 May 2011, Masao Uebayashi wrote:

> Module Name:  src
> Committed By: uebayasi
> Date:         Wed May 25 16:33:38 UTC 2011
>
> Modified Files:
>       src/sys/dev/bluetooth: bcsp.c bthub.c btuart.c
>       src/sys/dev/ieee1394: fwdev.c fwmem.c fwohci.c
>
> Log Message:
> Declare cfdrivers using extern rather than including ioconf.h.

surely the point of declaring a variable once in a header file is that it
then cannot be accidentally declared differently elsewhere?

is ioconf.h so onerous? (it is merely a list of cfdriver declarations)

iain


Home | Main Index | Thread Index | Old Index