summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/rpc_sample.c
Commit message (Collapse)AuthorAgeFilesLines
* MFC r267174:bdrewery2014-06-131-0/+1
| | | | | | Fix some rpcgen sample file issues. PR: 185582
* Use ANSI definitions.dwmalone2005-11-131-15/+8
| | | | | 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-20/+4
| | | | 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.
* 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