[illumos-Developer] webrev #687: rpcgen should not generate absolute #includes

Gary Mills mills at cc.umanitoba.ca
Wed May 11 12:35:19 PDT 2011


On Wed, May 11, 2011 at 08:09:31PM +0400, Stepan Zastupov wrote:
> If you specify path like this "../../foo.x" then rpcgen generate file
> which include "../../foo.h".
> For a real example, see "usr/src/cmd/idmap/idmapd/rpc_svc.c".

Those are not absolute paths, just relative paths.  If you don't want
them that way, don't specify them like that.  You can always put
`-I../..' in the Makefile to have it search there.  I don't see
anything to fix in rpcgen.

-- 
-Gary Mills-        -Unix Group-        -Computer and Network Services-



More information about the Developer mailing list