git: libc/xdr: Add xdr_uint16_t() (it's just like xdr_u_int16_t()).
Sascha Wildner
swildner at crater.dragonflybsd.org
Sat Jun 9 01:13:59 PDT 2018
commit f401eab700995e250454bbfc0ca147b8194a150d
Author: Sascha Wildner <saw at online.de>
Date: Sat Jun 9 10:13:36 2018 +0200
libc/xdr: Add xdr_uint16_t() (it's just like xdr_u_int16_t()).
dports might make use of it.
While here, improve the manual page a bit and also bring in some fixes
from FreeBSD.
Summary of changes:
include/rpc/xdr.h | 1 +
lib/libc/xdr/Makefile.inc | 7 +++
lib/libc/xdr/Symbol.map | 4 ++
lib/libc/xdr/xdr.3 | 109 ++++++++++++++++++++++++++++++++++++++-----
lib/libc/xdr/xdr.c | 115 +++++++++++++++++++++++++++++++++-------------
sys/sys/param.h | 3 +-
6 files changed, 194 insertions(+), 45 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f401eab700995e250454bbfc0ca147b8194a150d
--
DragonFly BSD source repository
More information about the Commits
mailing list