-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Wednesday 08 September 2004 19:00, Jon Smirl wrote:
> drm.h is included by user space programs (the mesa library). Is
> caddr_t a both a user space and kernel type or is it kernel only? Any
> types have to be both user and kernel space.

According to <sys/types.h> on currentish linux:

#ifdef  __USE_BSD
# ifndef __daddr_t_defined
typedef __daddr_t daddr_t;
typedef __caddr_t caddr_t;
#  define __daddr_t_defined
# endif
#endif

So it's a userspace type too.

- - ajax
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)

iD8DBQFBP5HEW4otUKDs0NMRAhejAKDk/PUdTECVtioKxWah06LICrigbQCgyM5C
7ZnWK0CKHUtqRzw4F42qsLo=
=V8oO
-----END PGP SIGNATURE-----


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
--
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to