summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--usr.sbin/hoststated/hoststated.h3
-rw-r--r--usr.sbin/relayd/relayd.h3
2 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/hoststated/hoststated.h b/usr.sbin/hoststated/hoststated.h
index 68bac435032..4f03c3247e1 100644
--- a/usr.sbin/hoststated/hoststated.h
+++ b/usr.sbin/hoststated/hoststated.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hoststated.h,v 1.30 2007/02/24 16:14:02 reyk Exp $ */
+/* $OpenBSD: hoststated.h,v 1.31 2007/02/25 14:57:09 reyk Exp $ */
/*
* Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -293,7 +293,6 @@ struct table {
char demote_group[IFNAMSIZ];
in_port_t port;
int retcode;
- int retry;
struct timeval timeout;
char name[TABLE_NAME_SIZE];
char path[MAXPATHLEN];
diff --git a/usr.sbin/relayd/relayd.h b/usr.sbin/relayd/relayd.h
index 4ee665fb55f..c9f30b15a7b 100644
--- a/usr.sbin/relayd/relayd.h
+++ b/usr.sbin/relayd/relayd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: relayd.h,v 1.30 2007/02/24 16:14:02 reyk Exp $ */
+/* $OpenBSD: relayd.h,v 1.31 2007/02/25 14:57:09 reyk Exp $ */
/*
* Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org>
@@ -293,7 +293,6 @@ struct table {
char demote_group[IFNAMSIZ];
in_port_t port;
int retcode;
- int retry;
struct timeval timeout;
char name[TABLE_NAME_SIZE];
char path[MAXPATHLEN];