summaryrefslogtreecommitdiff
path: root/lib/libc/rpc/xdr_mem.c
AgeCommit message (Collapse)Author
2002-12-11Make x_handy in XDR u_int, not int since there are places in theTodd C. Miller
code that assign a u_int value to x_handy. However, this means that we need to be careful checking for overflow as we can no longer subtract a value and check the result for < 0. We reorder the expression instead to avoid this problem (basic algebra). deraadt@ OK
2001-09-17cast a few more long's to int32_tJason Wright
2001-09-15prototype cleanupTheo de Raadt
1996-11-14memcpy needs string.h.etheisen
1996-09-15Remove dead codeThorsten Lockert
Remove unused variables Silence some warnings lint(1) is your friend
1996-08-19Fix RCS idsThorsten Lockert
Make sure everything uses {SYS,}LIBC_SCCS properly
1996-07-20bcopy->memcpy & tagTheo de Raadt
1996-03-09From NetBSD: 960217 mergeNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt