diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-10-24 17:20:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2010-10-24 17:20:09 +0000 |
commit | 52497ff025f6377fb2ebcef8d32ed02ea31661b5 (patch) | |
tree | 21adbad8a7261cd49b8e0b08ded0af48573c76a4 /usr.sbin/bgpd/bgpd.h | |
parent | 49c370a7f3b60d76fd733448c7541b00130670e5 (diff) |
spacing and irrelevant glitches which disrupt lint
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index cfb7449635f..827b9f4cbe9 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.262 2010/06/27 19:53:34 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.263 2010/10/24 17:20:08 deraadt Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -532,7 +532,7 @@ struct ctl_show_nexthop { struct kroute6 kr6; } kr; u_int8_t valid; - u_int8_t krvalid;; + u_int8_t krvalid; }; struct ctl_neighbor { |