On Thursday 10 August 2006 15:16, RW wrote:
> On Thursday 10 August 2006 14:56, Chuck Swiger wrote:
> > Only OpenSource wrote:
> > > caddr_t which is a typedef for char* seems to be used quite often in
> > > the kernel code. Would void* be preferable to caddr_t ?
> >
> > No. Having to cast (void
On Thursday 10 August 2006 14:56, Chuck Swiger wrote:
> Only OpenSource wrote:
> > caddr_t which is a typedef for char* seems to be used quite often in
> > the kernel code. Would void* be preferable to caddr_t ?
>
> No. Having to cast (void *)'s to the actual data type every time you
> dereferenc
Only OpenSource wrote:
caddr_t which is a typedef for char* seems to be used quite often in
the kernel code. Would void* be preferable to caddr_t ?
No. Having to cast (void *)'s to the actual data type every time you
dereference them would be highly annoying.
--
-Chuck
Hello
caddr_t which is a typedef for char* seems to be used quite often in
the kernel code.
Would void* be preferable to caddr_t ?
Thanks for any insight on this.
--
oo@@oo
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailma