summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/rpc_sample.c
Commit message (Collapse)AuthorAgeFilesLines
* Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,charnier2002-07-211-18/+19
| | | | | | | | 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
* - TI-RPC is now the default again for code generation.alfred2002-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | - As before, inetd support support is turned of per default. Code for inetd can be made with -I. - Support for ``transport monitors'' and the NLSPROVIDER env variable is still there , even if their use is not clear in non TLI stream based systems like Free-/NetBSD. It can be activated with -P. - There are a few corrections in rpcgen.1 and usage function to conform to the code. Added and documented -P - I removed the #ifdefs checks for Free-/NetBSD since we are the only ones who use this code. MaxOS X may have the same limitations as we have, so this code will correctly build for them. - Generate correct cflags. Submitted by: mbr, Jean-Luc Richier <Jean-Luc.Richier@imag.fr> PR: bin/29175, misc/27816
* remove __Pimp2002-03-221-4/+6
|
* Fixed printf format errors.bde1998-08-021-1/+1
|
* General -Wall warning cleanup, part I.jkh1996-07-121-6/+7
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Import a newer and more functional version of rpcgen.wpaul1995-12-131-0/+311
Obtained from: the Sun TI-RPC 2.3 source distribution
OpenPOWER on IntegriCloud