freebsd-dev/usr.bin/rpcgen
Bruce Evans 19d108e89e Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1,
so it can't be completely fixed here.  Putting -I paths to the current
headers in CFLAGS is more likely to break things than fix them, since
there is no reason why current headers should work with old libraries.
Other Makefiles that do this may only work because they are not used early
in the bootstrap.  However, the usual problem with errno being defined in
terms of a nonexistent library doesn't seem to occur here, since we don't
reference errno.
1999-01-04 12:36:23 +00:00
..
Makefile Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1, 1999-01-04 12:36:23 +00:00
rpc_clntout.c include <pthread.h> 1998-09-25 11:43:48 +00:00
rpc_cout.c Use err(3), cosmetic in usage(), remove `cmdname'. 1997-08-06 06:47:41 +00:00
rpc_hout.c General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
rpc_main.c include <pthread.h> 1998-09-25 11:43:48 +00:00
rpc_parse.c Add support for the RPC 64-bit integer type ``hyper''. 1998-09-08 17:33:12 +00:00
rpc_parse.h Clean up. (I hope I'm doing this right.) 1995-12-13 03:31:10 +00:00
rpc_sample.c Fixed printf format errors. 1998-08-02 15:18:45 +00:00
rpc_scan.c General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
rpc_scan.h Clean up. (I hope I'm doing this right.) 1995-12-13 03:31:10 +00:00
rpc_svcout.c Fixed printf format errors. 1998-08-02 15:18:45 +00:00
rpc_tblout.c Use err(3), cosmetic in usage(), remove `cmdname'. 1997-08-06 06:47:41 +00:00
rpc_util.c Use err(3), cosmetic in usage(), remove `cmdname'. 1997-08-06 06:47:41 +00:00
rpc_util.h General -Wall warning cleanup, part I. 1996-07-12 19:08:36 +00:00
rpcgen.1 PR: docs/5628 1998-06-06 15:16:02 +00:00