diff options
author | 2007-02-25 14:57:09 +0000 | |
---|---|---|
committer | 2007-02-25 14:57:09 +0000 | |
commit | 78d632a2feaf7dde392c9b5be27abffb44f97ba7 (patch) | |
tree | 4c013b09eeedb11b1caade895f70c392895ac369 | |
parent | we do have a table with suberror codes for cease and their meaning; (diff) | |
download | wireguard-openbsd-78d632a2feaf7dde392c9b5be27abffb44f97ba7.tar.xz wireguard-openbsd-78d632a2feaf7dde392c9b5be27abffb44f97ba7.zip |
remove unused variable
-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]; |