diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-09-07 07:59:19 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2007-09-07 07:59:19 +0000 |
commit | 6c6a99174bd611c2b66a1833a523dbd08564d814 (patch) | |
tree | e06a2ed71c4b6264d74df37c61febc95a005b641 /usr.sbin/relayd/relayd.h | |
parent | e4c9d84121c9df938c4633c0db01cd85c044c172 (diff) |
remove unused flags field from the structure
Diffstat (limited to 'usr.sbin/relayd/relayd.h')
-rw-r--r-- | usr.sbin/relayd/relayd.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 { |