summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/rpc_util.c
Commit message (Collapse)AuthorAgeFilesLines
* More -Wmissing-variable-declarations fixes.ed2012-10-191-2/+2
| | | | | | | | | | | | | | | | In addition to adding `static' where possible: - bin/date: Move `retval' into extern.h to make it visible to date.c. - bin/ed: Move globally used variables into ed.h. - sbin/camcontrol: Move `verbose' into camcontrol.h and fix shadow warnings. - usr.bin/calendar: Remove unneeded variables. - usr.bin/chat: Make `line' local instead of global. - usr.bin/elfdump: Comment out unneeded function. - usr.bin/rlogin: Use _Noreturn instead of __dead2. - usr.bin/tset: Pull `Ospeed' into extern.h. - usr.sbin/mfiutil: Put global variables in mfiutil.h. - usr.sbin/pkg: Remove unused `os_corres'. - usr.sbin/quotaon, usr.sbin/repquota: Remove unused `qfname'.
* 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-74/+36
| | | | | Avoid using extern by declaring shared functions in header files. Const poision.
* Move #ident into #if 0.stefanf2005-05-311-2/+1
|
* Removal of spaces at EOL. Add __FBSDID. New function xmalloc, xrealloc,charnier2002-07-211-14/+48
| | | | | | | | 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-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Use err(3), cosmetic in usage(), remove `cmdname'.charnier1997-08-061-13/+12
|
* General -Wall warning cleanup, part I.jkh1996-07-121-7/+16
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Clean up. (I hope I'm doing this right.)wpaul1995-12-131-67/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update rpcgen with the one from the TI-RPC 2.3 distribution. Note that when built for FreeBSD, this version of rpcgen assumes backwards compatibility mode by default. This means that it will produce ONCRPC 4.0 compatible code unless otherwise instructed, instead of the other way around. One incompatibility has also been worked around: this rpcgen normally always emits an '#include <stropts.h>' directive whether you select backwards compatibility mode or not. We don't have STREAMS, so this behavior has been changed: now it will only emit this line if run in TI-RPC mode. The 'generate output files in current directory instead of the directory where the protocol definition file lives' hack from the original rpcgen has been preserved. Notable new features: - Can be used to generate RPC servers that can be launched from port monitors such as inetd(5). - Can generate ANSI C code. - Can generate sample client and server top-level programs and makefiles in addition to the usual client and server stubs. - Can generate inline XDR routines.
* Remove trailing whitespace.rgrimes1995-05-301-17/+17
|
* Move RPC stub generator program over from 1.1.5.wollman1994-08-071-0/+439
Submitted by: Original work in 1.x by J. T. Conklin.
OpenPOWER on IntegriCloud