peter
ce48506ba2
Fix ypwhich -m. This should be MFC'ed back at least as far as RELENG_5.
...
Submitted by: Gil Kloepfer <gil@arlut.utexas.edu>
PR: 64445
2005-12-06 02:01:06 +00:00
tmm
6a90fe21e3
Correct some types in the yp structures; this fixes a number of problems
...
on sparc64. Obtained from and cross-checked with the NetBSD version
of this file and the rpcgen-generated code.
2004-05-27 11:34:21 +00:00
des
0f2cb9b020
Apply the following mechanical transformations in preparation for
...
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
2002-02-06 13:30:31 +00:00
peter
d4e3ebaf0a
$Id$ -> $FreeBSD$
1999-08-27 23:45:13 +00:00
wpaul
fd6d99f49e
Resolve conflicts.
1997-05-28 04:38:30 +00:00
eivind
1ab5f06651
Back out all of yesterdays include file changes.
1997-05-07 20:01:10 +00:00
eivind
379be4bd69
Make a lot of include-files self-contained. I excluded the patches changing
...
int's to gid_t and uid_t - should I commit these, too?
Closes PR misc/2625.
Submitted by: Julian Assange <proff@iq.org>
1997-05-07 02:27:18 +00:00
peter
f173325ac8
Revert $FreeBSD$ to $Id$
1997-02-23 09:21:14 +00:00
jkh
808a36ef65
Make the long-awaited change from $Id$ to $FreeBSD$
...
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
1997-01-14 07:20:47 +00:00
peter
13078090d3
- Prototypes, including pointers to functions
...
- C++ safe
1996-12-30 14:01:12 +00:00
mpp
d6779c281f
Fix a bunch of spelling errors in the comment fields
...
of a bunch of system include files.
1996-01-30 23:33:04 +00:00
rgrimes
2ad6f3dee6
Remove trailing whitespace.
1995-05-30 05:05:38 +00:00
wollman
effca015f9
Moved 1.1.5 RPC service files from 1.1.5. Tese are the correct ones;
...
the ones in /usr/src/lib/librpc/rpcsvc are somewhat bogus and will
be deleted.
Submitted by: Original work in 1.1 by J.T. Conklin.
1994-08-04 19:01:57 +00:00