summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorMiod Vallat <miod@cvs.openbsd.org>2012-09-17 18:03:29 +0000
committerMiod Vallat <miod@cvs.openbsd.org>2012-09-17 18:03:29 +0000
commit09ae621a3adfba85c5299f4dabf608c05e3a0b9e (patch)
tree79745421484066af029954ea8a5c1aaef7c36ee0 /usr.sbin
parent90da2d415131bb0b57c6d426e148aa72348ed88e (diff)
Unbreak. gcc 2 at least complains if a declaration is ended by two semicolons.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/rde.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/rde.c b/usr.sbin/bgpd/rde.c
index cd4456c4a8a..242d9171fa6 100644
--- a/usr.sbin/bgpd/rde.c
+++ b/usr.sbin/bgpd/rde.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rde.c,v 1.318 2012/09/12 05:56:22 claudio Exp $ */
+/* $OpenBSD: rde.c,v 1.319 2012/09/17 18:03:28 miod Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -2222,7 +2222,7 @@ rde_dump_rib_as(struct prefix *p, struct rde_aspath *asp, pid_t pid, int flags)
struct ibuf *wbuf;
struct attr *a;
void *bp;
- time_t staletime;;
+ time_t staletime;
u_int8_t l;
bzero(&rib, sizeof(rib));