msaitoh
988ab2c9fa
s/sytem/system/
2022-01-01 10:32:28 +00:00
christos
b65f650cb0
remove __P
2013-12-20 21:04:09 +00:00
plunky
87d4f6076b
Apply casts to cases where xdrproc_t is expected but is not
...
strictly passed, for example because the second argument is
a different kind of pointer.
2011-08-30 17:06:20 +00:00
mrg
6f4493cd5c
xdr sucks. sprinkle some (void *) casts into it's functions taking void **,
...
and shut up GCC4.
2006-05-11 17:11:57 +00:00
kleink
d93fc4c14e
Tidy up the namespace: lint -> __lint__.
2004-07-01 22:52:34 +00:00
christos
169617572d
Fix u_int <-> size_t confusion.
2002-02-05 23:00:59 +00:00
christos
aa9da9e0fc
size is really a u_int
2002-02-05 22:01:09 +00:00
simonb
42724dd4d2
More trailing white space.
1999-07-02 15:37:33 +00:00
lukem
ce147c1c1c
revert; we can't break the existing ABI and API
1998-02-12 01:57:27 +00:00
lukem
f18da82e69
use u_int32_t instead of u_long
1998-02-10 06:32:42 +00:00
mycroft
51e08ca293
KNF.
1997-10-09 15:45:15 +00:00
lukem
6112a51e58
use __RCSID()
1997-10-09 14:21:19 +00:00
christos
57c6bc4254
- Don't use ut_line, when you mean ut_name [does not matter really because
...
(sizeof(ut_line) == sizeof(ut_name)].
- Don't free bogus memory. xdr_bytes when is called with a non-null array
pointer, it tries to free it. We are passing real arrays to xdr_bytes,
so we really don't want to call free on them.
1997-04-17 17:29:24 +00:00
mikel
8962a9481a
ANSIfy; fixes PR lib/1107.
1996-12-02 06:51:11 +00:00
thorpej
e9b92001e2
RCS id policing.
1996-09-26 23:45:22 +00:00
jtc
958e765ff5
Rpcgen bugs that required us to have separate src, include, and object
...
directories have long been fixed. This allows us to bring the *.x
files up into the main librpcsvc directory where they belong.
1995-01-12 19:39:43 +00:00