diff options
| author | 2007-09-07 07:59:18 +0000 | |
|---|---|---|
| committer | 2007-09-07 07:59:18 +0000 | |
| commit | 16fd76c688cd021fb9bbb53df8a8d2a50ed6e175 (patch) | |
| tree | d5d8d5e3bcc1c290c41c375b5010a16712d032d9 | |
| parent | store the table's port as the relay's dstport (diff) | |
| download | wireguard-openbsd-16fd76c688cd021fb9bbb53df8a8d2a50ed6e175.tar.xz wireguard-openbsd-16fd76c688cd021fb9bbb53df8a8d2a50ed6e175.zip | |
remove unused flags field from the structure
| -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 { |
