diff options
-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 bdaf7f884db..f62e31a6de9 100644 --- a/usr.sbin/hoststated/hoststated.h +++ b/usr.sbin/hoststated/hoststated.h @@ -1,4 +1,4 @@ -/* $OpenBSD: hoststated.h,v 1.57 2007/09/07 07:52:14 reyk Exp $ */ +/* $OpenBSD: hoststated.h,v 1.58 2007/09/07 07:59:18 reyk Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -248,7 +248,6 @@ struct ctl_relay_event { u_int8_t *buf; int buflen; - u_int8_t flags; }; struct ctl_natlook { diff --git a/usr.sbin/relayd/relayd.h b/usr.sbin/relayd/relayd.h index 21b877e2bb1..9682ca5a55a 100644 --- a/usr.sbin/relayd/relayd.h +++ b/usr.sbin/relayd/relayd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: relayd.h,v 1.57 2007/09/07 07:52:14 reyk Exp $ */ +/* $OpenBSD: relayd.h,v 1.58 2007/09/07 07:59:18 reyk Exp $ */ /* * Copyright (c) 2006, 2007 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -248,7 +248,6 @@ struct ctl_relay_event { u_int8_t *buf; int buflen; - u_int8_t flags; }; struct ctl_natlook { |