Date: Fri, 24 Sep 2010 15:01:45 +0000 (UTC) From: Attilio Rao <attilio@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files src/sys/libkern inet_ntop.c inet_pton.c src/sys/modules/krpc Makefile src/sys/netinet in.h src/sys/nlm nlm_prot_impl.c src/sys/rpc inet_ntop.c inet_pton.c rpc_com.h rpc_generic.c Message-ID: <201009241502.o8OF284e037187@repoman.freebsd.org>
index | next in thread | raw e-mail
attilio 2010-09-24 15:01:45 UTC
FreeBSD src repository
Modified files:
sys/conf files
sys/modules/krpc Makefile
sys/netinet in.h
sys/nlm nlm_prot_impl.c
sys/rpc rpc_com.h rpc_generic.c
Added files:
sys/libkern inet_ntop.c inet_pton.c
Removed files:
sys/rpc inet_ntop.c inet_pton.c
Log:
SVN rev 213103 on 2010-09-24 15:01:45Z by attilio
Make the RPC specific __rpc_inet_ntop() and __rpc_inet_pton() general
in the kernel (just as inet_ntoa() and inet_aton()) are and sync their
prototype accordingly with already mentioned functions.
Sponsored by: Sandvine Incorporated
Reviewed by: emaste, rstone
Approved by: dfr
MFC after: 2 weeks
Revision Changes Path
1.1532 +2 -2 src/sys/conf/files
1.1 +184 -0 src/sys/libkern/inet_ntop.c (new)
1.1 +219 -0 src/sys/libkern/inet_pton.c (new)
1.3 +0 -2 src/sys/modules/krpc/Makefile
1.117 +2 -0 src/sys/netinet/in.h
1.23 +2 -2 src/sys/nlm/nlm_prot_impl.c
1.3 +0 -187 src/sys/rpc/inet_ntop.c (dead)
1.4 +0 -221 src/sys/rpc/inet_pton.c (dead)
1.3 +0 -4 src/sys/rpc/rpc_com.h
1.6 +4 -4 src/sys/rpc/rpc_generic.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201009241502.o8OF284e037187>
