Date: Thu, 13 Jan 2000 07:09:49 -0800 (PST) From: Yoshinobu Inoue <shin@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include unistd.h src/include/rpc rpc.h src/lib/libc/net rcmd.3 rcmd.c src/lib/libc/rpc bindresvport2.3 Makefile.inc bindresvport.3 bindresvport.c Message-ID: <200001131509.HAA09818@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
shin 2000/01/13 07:09:49 PST Modified files: include unistd.h include/rpc rpc.h lib/libc/net rcmd.3 rcmd.c lib/libc/rpc Makefile.inc bindresvport.3 bindresvport.c Added files: lib/libc/rpc bindresvport2.3 Log: libc rcmd update for IPv6. A new function bindresvport2(), AF independent version of bindresvport() is also added. Reviewed by: sumikawa Obtained from: KAME project Revision Changes Path 1.29 +5 -1 src/include/unistd.h 1.11 +2 -1 src/include/rpc/rpc.h 1.9 +35 -2 src/lib/libc/net/rcmd.3 1.17 +198 -69 src/lib/libc/net/rcmd.c 1.16 +3 -2 src/lib/libc/rpc/Makefile.inc 1.8 +3 -1 src/lib/libc/rpc/bindresvport.3 1.11 +60 -18 src/lib/libc/rpc/bindresvport.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001131509.HAA09818>