benl
2f470acfb5
Fix clang warnings.
...
Note: these were actually bugs (printf with no format string).
Approved by: philip (mentor)
2011-05-18 20:52:52 +00:00
delphij
0842b7d53f
Revert most part of 200420 as requested, as more review and polish is
...
needed.
2009-12-13 03:14:06 +00:00
delphij
b963db4652
Remove unneeded header includes from usr.bin/ except contributed code.
...
Tested with: make universe
2009-12-11 23:35:38 +00:00
dwmalone
6a5a7b7290
Use ANSI definitions.
...
Avoid using extern by declaring shared functions in header files.
Const poision.
2005-11-13 21:17:24 +00:00
stefanf
7f349d21e6
Don't generate K&R C code. The -C flag is kept for backwards compatibility.
...
Also remove the SIG_PF macro, there is no need to cast closedown.
2005-09-02 10:23:26 +00:00
stefanf
ed8baf6598
- Use prototypes in headers.
...
- Include rpc_scan.h before rpc_util.h for the tok_kind enum.
- Nuke unused declarations.
2005-08-31 20:45:15 +00:00
stefanf
e73616b51f
Move #ident into #if 0.
2005-05-31 20:00:29 +00:00
alfred
e6388323e9
back out 1.7 changes, unneeded and possibly wrong.
2005-02-10 10:44:29 +00:00
alfred
44d9bd3489
Modify rpcgen -t output to something that's a lot more useful in
...
today's modern "no sir, not today" compilers.
Basically, when building the table:
use NULL instead of 0,
use braces around array initializers,
case the function pointers to xdrproc_t,
don't cast function pointers that do not need casting.
MFC After: 1 week
2005-02-02 22:14:10 +00:00
charnier
26ad533edb
Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,
...
xstrdup. There is a crash() function that do cleaning before exiting the
program. The new functions are wrappers that make use of crash() in case
of allocation failure. warn, exit -> err.
Reviewed by: alfred
2002-07-21 12:55:04 +00:00
imp
1698cb216e
remove __P
2002-03-22 01:33:25 +00:00
peter
3b842d34e8
$Id$ -> $FreeBSD$
1999-08-28 01:08:13 +00:00
charnier
4dfc83bbfa
Use err(3), cosmetic in usage(), remove `cmdname'.
1997-08-06 06:47:41 +00:00
jkh
730964efd2
General -Wall warning cleanup, part I.
...
Submitted-By: Kent Vander Velden <graphix@iastate.edu>
1996-07-12 19:08:36 +00:00
wpaul
c4bda74e8a
Import a newer and more functional version of rpcgen.
...
Obtained from: the Sun TI-RPC 2.3 source distribution
1995-12-13 03:21:09 +00:00