diff options
author | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-10-17 19:33:33 +0000 |
---|---|---|
committer | Stefan Farfeleder <stefanf@FreeBSD.org> | 2004-10-17 19:33:33 +0000 |
commit | b08f8f39ca63862fe13eb67723dd6a419660c156 (patch) | |
tree | 7f2342a612fbadaa21a9623f9e51ee1dfc8fc0f8 /usr.sbin/rpc.yppasswdd | |
parent | 6f0027bcbfe784cd4fefb07a6456e7215b4b9f33 (diff) |
Remove definition of struct dom_binding, it's non-standard C code and
unnecessary since src/include/rpcsvc/ypclnt.h's revision 1.10.
Notes
Notes:
svn path=/head/; revision=136620
Diffstat (limited to 'usr.sbin/rpc.yppasswdd')
-rw-r--r-- | usr.sbin/rpc.yppasswdd/yppasswdd_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c index ae917bed417d..c4790a60ed99 100644 --- a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c +++ b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c @@ -57,7 +57,6 @@ __FBSDID("$FreeBSD$"); #include <rpc/rpc_com.h> #include <rpc/pmap_clnt.h> /* for pmap_unset */ #include <rpcsvc/yp.h> -struct dom_binding {}; #include <rpcsvc/ypclnt.h> #include "yppasswd.h" |