cvs commit: src/include Makefile src/include/rpc Makefile types.h src/sys/rpc types.h

Andrey Chernov ache at FreeBSD.org
Wed Apr 11 17:45:31 UTC 2007


On Tue, Apr 10, 2007 at 10:10:17PM +0000, Pawel Jakub Dawidek wrote:
> pjd         2007-04-10 22:10:16 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     include              Makefile 
>     include/rpc          Makefile 
>     sys/rpc              types.h 
>   Removed files:
>     include/rpc          types.h 
>   Log:
>   Move rpc/types.h under sys/, as this is used by ZFS kernel module.

Some applications can use rpc/types.h. Moreover, even rpc files use it

rpc.h:#include <rpc/types.h>            /* some typedefs */
rpcb_clnt.h:#include <rpc/types.h>

Better way is to keep rpc/types.h and include sys/rpc/types.h in it.

-- 
http://ache.pp.ru/


More information about the cvs-src mailing list