NetBSD/usr.bin/rpcgen
christos 91caf38a2a - Cast pointer casts to (void *) first to shut-up lint
- Deal with variable size enums, by generating assignment to an enum_t variable.
- Use f_print everywhere instead of fprintf - when in Rome...
- I don't understand the value of the unexplained hack. Use IXDR_{U_,}INT32
  instead of IXDR_{U_,}LONG.

With those changes our generated librpcsvc files pass lint.
2002-02-05 22:05:42 +00:00
..
Makefile Add hooks to allow toolchain bits to be reachover-built at the top level. 2001-08-14 10:18:26 +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 - Cast pointer casts to (void *) first to shut-up lint 2002-02-05 22:05:42 +00:00
rpc_hout.c Don't spit out a trailing comma as the last member of an enum. 2002-02-05 22:03:01 +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 Protect __RCSID and __COPYRIGHT from being invoked if not defined. 2002-01-31 19:36:47 +00:00
rpc_tblout.c Protect __RCSID and __COPYRIGHT from being invoked if not defined. 2002-01-31 19:36: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 Add a -M flag, for generating thread-safe stubs, per RedHat. 2001-03-21 00:30:39 +00:00
rpcgen.1 Use Sx, use standard headers, drop a .Pp. 2001-12-08 19:12:34 +00:00