Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc/lib/libc/rpc
Module Name: basesrc
Committed By: bjh21
Date: Sun Feb 10 13:47:10 UTC 2002
Modified Files:
basesrc/lib/libc/rpc: xdr.c
Log Message:
xdr_enum() now gets passed a real enum_t *, rather than an enum foo *
in disguise. This means it can just be yet another copy of
xdr_int32_t(), rather than messing around trying to work out the size
of an enum.
This change should make no difference on existing ports, where enum_t
is the same size as all enums, but will make a difference on ARM ELF.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 basesrc/lib/libc/rpc/xdr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index