Source-Changes archive

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

Re: CVS commit: src/sys/fs/filecorefs



On Sun Mar 04 2007 at 21:18:08 +0000, John Nemeth wrote:
> 
> Module Name:  src
> Committed By: jnemeth
> Date:         Sun Mar  4 21:18:08 UTC 2007
> 
> Modified Files:
>       src/sys/fs/filecorefs: filecore_vfsops.c
> 
> Log Message:
> more caddr_t -> void * fallout
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.31 -r1.32 src/sys/fs/filecorefs/filecore_vfsops.c

Is there any reason to not make b_un.b_addr char * or uint8_t * instead
of adding these casts to a gazillion places?

There might also be other places where it would be good to stop and
think about the new type instead of converting everything to void *.
This one just caught my attention.

-- 
Antti Kantee <pooka%iki.fi@localhost>                     Of course he runs 
NetBSD
http://www.iki.fi/pooka/                          http://www.NetBSD.org/
    "la qualité la plus indispensable du cuisinier est l'exactitude"



Home | Main Index | Thread Index | Old Index