Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | clnt_call takes args of type xdrproc_t. | peter | 2003-10-26 | 1 | -8/+12 |
| | |||||
* | ANSIfy and remove some dead code. | des | 2002-02-06 | 1 | -8/+2 |
| | | | | Sponsored by: DARPA, NAI Labs | ||||
* | Apply the following mechanical transformations in preparation for | des | 2002-02-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | ansification and constification: s{\s+__P\((\(.*?\))\)}{$1}g; s{\(\s+}{\(}g; s{\s+\)}{\)}g; s{\s+,}{,}g; s{(\s+)(for|if|switch|while)\(}{$1$2 \(}g; s{return ([^\(].*?);}{return ($1);}g; s{([\w\)])([!=+/\*-]?=)([\w\(+-])}{$1 $2 $3}g; s{\s+$}{\n};g Also add $FreeBSD$ where needed. MFC after: 1 week | ||||
* | Add __FBSDID()s to librpcsvc | dillon | 2001-09-30 | 1 | -5/+3 |
| | |||||
* | Removed duplicate VCS ID tags, as per style(9). | ru | 2001-08-13 | 1 | -3/+2 |
| | |||||
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -2/+2 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r26213, | wpaul | 1997-05-28 | 1 | -0/+204 |
which included commits to RCS files with non-trunk default branches. |