diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2007-03-05 16:43:25 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2007-03-05 16:43:25 +0000 |
commit | f43c4ace9dc866f75d5d53f1d7a3e888abcaef8b (patch) | |
tree | cf506be75f4abd19e909171573f9bb7a1bed73bd /usr.sbin/bgpctl/irrfilter.h | |
parent | 0493a24226fb30ad64876e821820aa7801b359d4 (diff) |
gremlins keep putting tiny KNF violations in my code in the hope I don't
spot 'em
Diffstat (limited to 'usr.sbin/bgpctl/irrfilter.h')
-rw-r--r-- | usr.sbin/bgpctl/irrfilter.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/irrfilter.h b/usr.sbin/bgpctl/irrfilter.h index 8c00626b180..d82f02f7c97 100644 --- a/usr.sbin/bgpctl/irrfilter.h +++ b/usr.sbin/bgpctl/irrfilter.h @@ -1,4 +1,4 @@ -/* $OpenBSD: irrfilter.h,v 1.5 2007/03/05 11:07:47 henning Exp $ */ +/* $OpenBSD: irrfilter.h,v 1.6 2007/03/05 16:43:24 henning Exp $ */ /* * Copyright (c) 2007 Henning Brauer <henning@openbsd.org> @@ -48,7 +48,7 @@ struct router { }; TAILQ_HEAD(router_head, router) router_head; - + /* keep qtype and qtype_objs in whois.c in sync! */ enum qtype { QTYPE_NONE, |