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 /libexec/ypxfr/ypxfr_misc.c | |
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 'libexec/ypxfr/ypxfr_misc.c')
-rw-r--r-- | libexec/ypxfr/ypxfr_misc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c index 9e847e70d742..726abec8022d 100644 --- a/libexec/ypxfr/ypxfr_misc.c +++ b/libexec/ypxfr/ypxfr_misc.c @@ -40,7 +40,6 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <rpc/rpc.h> #include <rpcsvc/yp.h> -struct dom_binding {}; #include <rpcsvc/ypclnt.h> #include "ypxfr_extern.h" |