diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-25 14:57:10 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-02-25 14:57:10 +0000 |
commit | 6f340d477e504a80ac683a0de3b426c89f2b8988 (patch) | |
tree | a64c8c901bca1901288dfc47f211624addfbcf33 /usr.sbin | |
parent | f1867084fc23f1d4f6f0b23ace008728b81d2658 (diff) |
remove unused variable
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/hoststated/hoststated.h | 3 | ||||
-rw-r--r-- | usr.sbin/relayd/relayd.h | 3 |
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]; |