summaryrefslogtreecommitdiff
path: root/lib/libc/xdr/xdr_stdio.c
Commit message (Collapse)AuthorAgeFilesLines
* Resolve conflicts.Bill Paul1997-05-281-1/+1
| | | | Notes: svn path=/head/; revision=26218
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22993
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=21673
* - Missing prototypes, including pointers to functionsPeter Wemm1996-12-301-13/+11
| | | | | | | | | | | - 64 bit long type safe (wire protocols specified in explicit sized types) - Support systems that don't do unaligned accesses - Support for explicit int16 and int32 sizes in xdr Obtained from: a diff of FreeBSD vs. OpenBSD/NetBSD rpc code. Notes: svn path=/head/; revision=21062
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-8/+8
| | | | Notes: svn path=/head/; revision=8870
* Moving RPC stuff into libc, part 2.Garrett Wollman1994-08-071-0/+191
Notes: svn path=/head/; revision=1902