summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/rpc_tblout.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix clang warnings.benl2011-05-181-2/+2
| | | | | | Note: these were actually bugs (printf with no format string). Approved by: philip (mentor)
* Revert most part of 200420 as requested, as more review and polish isdelphij2009-12-131-0/+1
| | | | needed.
* Remove unneeded header includes from usr.bin/ except contributed code.delphij2009-12-111-1/+0
| | | | Tested with: make universe
* Use ANSI definitions.dwmalone2005-11-131-8/+4
| | | | | Avoid using extern by declaring shared functions in header files. Const poision.
* Don't generate K&R C code. The -C flag is kept for backwards compatibility.stefanf2005-09-021-1/+1
| | | | Also remove the SIG_PF macro, there is no need to cast closedown.
* - Use prototypes in headers.stefanf2005-08-311-0/+1
| | | | | - Include rpc_scan.h before rpc_util.h for the tok_kind enum. - Nuke unused declarations.
* Move #ident into #if 0.stefanf2005-05-311-2/+1
|
* back out 1.7 changes, unneeded and possibly wrong.alfred2005-02-101-9/+6
|
* Modify rpcgen -t output to something that's a lot more useful inalfred2005-02-021-6/+9
| | | | | | | | | | | | | 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
* Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,charnier2002-07-211-10/+11
| | | | | | | | 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
* remove __Pimp2002-03-221-3/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3), cosmetic in usage(), remove `cmdname'.charnier1997-08-061-3/+6
|
* General -Wall warning cleanup, part I.jkh1996-07-121-4/+5
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Import a newer and more functional version of rpcgen.wpaul1995-12-131-0/+171
Obtained from: the Sun TI-RPC 2.3 source distribution
OpenPOWER on IntegriCloud