Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |