summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2004-10-17 19:33:33 +0000
committerstefanf <stefanf@FreeBSD.org>2004-10-17 19:33:33 +0000
commit8d3bcc2e7a86e83206914057c8afab4c45f99dfb (patch)
tree7f2342a612fbadaa21a9623f9e51ee1dfc8fc0f8
parent753747f96e9ffc2c3f418e9a95a3ebd35854e855 (diff)
downloadFreeBSD-src-8d3bcc2e7a86e83206914057c8afab4c45f99dfb.zip
FreeBSD-src-8d3bcc2e7a86e83206914057c8afab4c45f99dfb.tar.gz
Remove definition of struct dom_binding, it's non-standard C code and
unnecessary since src/include/rpcsvc/ypclnt.h's revision 1.10.
-rw-r--r--libexec/ypxfr/ypxfr_main.c1
-rw-r--r--libexec/ypxfr/ypxfr_misc.c1
-rw-r--r--usr.sbin/rpc.yppasswdd/yppasswdd_main.c1
-rw-r--r--usr.sbin/rpc.ypupdated/yp_dbupdate.c1
-rw-r--r--usr.sbin/ypbind/ypbind.c1
-rw-r--r--usr.sbin/yppush/yppush_main.c1
-rw-r--r--usr.sbin/ypset/ypset.c1
7 files changed, 0 insertions, 7 deletions
diff --git a/libexec/ypxfr/ypxfr_main.c b/libexec/ypxfr/ypxfr_main.c
index f9e93b7..f6b478a 100644
--- a/libexec/ypxfr/ypxfr_main.c
+++ b/libexec/ypxfr/ypxfr_main.c
@@ -47,7 +47,6 @@ __FBSDID("$FreeBSD$");
#include <rpc/rpc.h>
#include <rpc/clnt.h>
#include <rpcsvc/yp.h>
-struct dom_binding {};
#include <rpcsvc/ypclnt.h>
#include <rpcsvc/ypxfrd.h>
#include "ypxfr_extern.h"
diff --git a/libexec/ypxfr/ypxfr_misc.c b/libexec/ypxfr/ypxfr_misc.c
index 9e847e7..726abec 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"
diff --git a/usr.sbin/rpc.yppasswdd/yppasswdd_main.c b/usr.sbin/rpc.yppasswdd/yppasswdd_main.c
index ae917be..c4790a6 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"
diff --git a/usr.sbin/rpc.ypupdated/yp_dbupdate.c b/usr.sbin/rpc.ypupdated/yp_dbupdate.c
index 225c7cb..453ed2b 100644
--- a/usr.sbin/rpc.ypupdated/yp_dbupdate.c
+++ b/usr.sbin/rpc.ypupdated/yp_dbupdate.c
@@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$");
#include <limits.h>
#include <db.h>
#include <unistd.h>
-struct dom_binding {};
#include <rpcsvc/ypclnt.h>
#include <rpcsvc/ypupdate_prot.h>
#include "ypxfr_extern.h"
diff --git a/usr.sbin/ypbind/ypbind.c b/usr.sbin/ypbind/ypbind.c
index bec3b9e..a3a7dc3 100644
--- a/usr.sbin/ypbind/ypbind.c
+++ b/usr.sbin/ypbind/ypbind.c
@@ -61,7 +61,6 @@ __FBSDID("$FreeBSD$");
#include <rpc/pmap_rmt.h>
#include <rpc/rpc_com.h>
#include <rpcsvc/yp.h>
-struct dom_binding{};
#include <rpcsvc/ypclnt.h>
#include "yp_ping.h"
diff --git a/usr.sbin/yppush/yppush_main.c b/usr.sbin/yppush/yppush_main.c
index e3ef548..9a37a42 100644
--- a/usr.sbin/yppush/yppush_main.c
+++ b/usr.sbin/yppush/yppush_main.c
@@ -48,7 +48,6 @@ __FBSDID("$FreeBSD$");
#include <rpc/clnt.h>
#include <rpc/pmap_clnt.h>
#include <rpcsvc/yp.h>
-struct dom_binding {};
#include <rpcsvc/ypclnt.h>
#include "ypxfr_extern.h"
#include "yppush_extern.h"
diff --git a/usr.sbin/ypset/ypset.c b/usr.sbin/ypset/ypset.c
index 1296f39..019c724 100644
--- a/usr.sbin/ypset/ypset.c
+++ b/usr.sbin/ypset/ypset.c
@@ -42,7 +42,6 @@ __FBSDID("$FreeBSD$");
#include <rpc/rpc.h>
#include <rpc/xdr.h>
#include <rpcsvc/yp.h>
-struct dom_binding{};
#include <rpcsvc/ypclnt.h>
#include <arpa/inet.h>
OpenPOWER on IntegriCloud