Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix clang warnings. | benl | 2011-05-18 | 1 | -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 is | delphij | 2009-12-13 | 1 | -0/+1 |
| | | | | needed. | ||||
* | Remove unneeded header includes from usr.bin/ except contributed code. | delphij | 2009-12-11 | 1 | -1/+0 |
| | | | | Tested with: make universe | ||||
* | Use ANSI definitions. | dwmalone | 2005-11-13 | 1 | -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. | stefanf | 2005-09-02 | 1 | -1/+1 |
| | | | | Also remove the SIG_PF macro, there is no need to cast closedown. | ||||
* | - Use prototypes in headers. | stefanf | 2005-08-31 | 1 | -0/+1 |
| | | | | | - Include rpc_scan.h before rpc_util.h for the tok_kind enum. - Nuke unused declarations. | ||||
* | Move #ident into #if 0. | stefanf | 2005-05-31 | 1 | -2/+1 |
| | |||||
* | back out 1.7 changes, unneeded and possibly wrong. | alfred | 2005-02-10 | 1 | -9/+6 |
| | |||||
* | Modify rpcgen -t output to something that's a lot more useful in | alfred | 2005-02-02 | 1 | -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, | charnier | 2002-07-21 | 1 | -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 __P | imp | 2002-03-22 | 1 | -3/+3 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
| | |||||
* | Use err(3), cosmetic in usage(), remove `cmdname'. | charnier | 1997-08-06 | 1 | -3/+6 |
| | |||||
* | General -Wall warning cleanup, part I. | jkh | 1996-07-12 | 1 | -4/+5 |
| | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | Import a newer and more functional version of rpcgen. | wpaul | 1995-12-13 | 1 | -0/+171 |
Obtained from: the Sun TI-RPC 2.3 source distribution |