NetBSD/usr.bin/rpcgen
christos 88fd58993a In no-main mode [rpcgen -C -m], don't declare _rpcfoo variables static.
Let the main program declare them extern if it wants, otherwise we get
link failures for variables not defined.
2003-06-25 19:31:08 +00:00
..
Makefile Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), 2003-05-18 07:57:31 +00:00
rpc_clntout.c Protect __RCSID and __COPYRIGHT from being invoked if not defined. 2002-01-31 19:36:47 +00:00
rpc_cout.c err/errx/warn/warnx do not need \n at the end 2002-06-11 06:06:18 +00:00
rpc_hout.c err/errx/warn/warnx do not need \n at the end 2002-06-11 06:06:18 +00:00
rpc_main.c Roll in fixes to permit cross-compiling from non-NetBSD hosts. This 2002-01-31 22:43:33 +00:00
rpc_parse.c cast ~0 to (u_int) because it is aimed at the size argument of the xdr function. 2002-02-05 22:02:15 +00:00
rpc_parse.h
rpc_sample.c Protect __RCSID and __COPYRIGHT from being invoked if not defined. 2002-01-31 19:36:47 +00:00
rpc_scan.c Protect __RCSID and __COPYRIGHT from being invoked if not defined. 2002-01-31 19:36:47 +00:00
rpc_scan.h Roll in fixes to permit cross-compiling from non-NetBSD hosts. This 2002-01-31 22:43:33 +00:00
rpc_svcout.c In no-main mode [rpcgen -C -m], don't declare _rpcfoo variables static. 2003-06-25 19:31:08 +00:00
rpc_tblout.c Deal with other sizeof() return issues. We usually cast it to u_int, because 2002-02-05 22:41:47 +00:00
rpc_util.c Protect __RCSID and __COPYRIGHT from being invoked if not defined. 2002-01-31 19:36:47 +00:00
rpc_util.h
rpcgen.1 .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00