diff options
author | attilio <attilio@FreeBSD.org> | 2010-09-24 15:01:45 +0000 |
---|---|---|
committer | attilio <attilio@FreeBSD.org> | 2010-09-24 15:01:45 +0000 |
commit | 278493a1a57074b0ff4561304d271e464a4944ef (patch) | |
tree | 761e44816c0dd4bf028f704e2614b143338f000d /sys/modules/krpc | |
parent | 59060ff14e0dc0d4fb91766b662dfddf5c007feb (diff) | |
download | FreeBSD-src-278493a1a57074b0ff4561304d271e464a4944ef.zip FreeBSD-src-278493a1a57074b0ff4561304d271e464a4944ef.tar.gz |
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
Diffstat (limited to 'sys/modules/krpc')
-rw-r--r-- | sys/modules/krpc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/modules/krpc/Makefile b/sys/modules/krpc/Makefile index ab52f5b..2f3d3a7 100644 --- a/sys/modules/krpc/Makefile +++ b/sys/modules/krpc/Makefile @@ -9,8 +9,6 @@ SRCS= auth_none.c \ clnt_rc.c \ clnt_vc.c \ getnetconfig.c \ - inet_ntop.c \ - inet_pton.c \ rpc_callmsg.c \ rpc_generic.c \ rpc_prot.c \ |