Commit Graph

8 Commits

Author SHA1 Message Date
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