Subject: re: CVS commit: src/sys/sys
To: matthew green <mrg@eterna.com.au>
From: Christos Zoulas <christos@zoulas.com>
List: source-changes
Date: 03/22/2007 14:55:05
On Mar 23,  5:37am, mrg@eterna.com.au (matthew green) wrote:
-- Subject: re: CVS commit: src/sys/sys

|    
|    Modified Files:
|    	src/sys/sys: types.h
|    
|    Log Message:
|    prevent caddr_t use in the kernel so that it does not creep in again.
| 
| 
| this seems unfriendly to 3rd party (kernel) code.

Is there any? I can add && !defined(__GIMME_CADDR_T__), but 3rd party kernel
code can take this as a suggestion to start using void *...

christos