From 0a051040c9d5773e7de8626a18954e2be5815185 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Fri, 19 Feb 2010 14:32:35 +0000 Subject: Oups, unbreak build. --- usr.sbin/ldpd/neighbor.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/usr.sbin/ldpd/neighbor.c b/usr.sbin/ldpd/neighbor.c index 8dcf33f4298..258ebb54609 100644 --- a/usr.sbin/ldpd/neighbor.c +++ b/usr.sbin/ldpd/neighbor.c @@ -1,4 +1,4 @@ -/* $OpenBSD: neighbor.c,v 1.7 2010/02/19 13:37:09 claudio Exp $ */ +/* $OpenBSD: neighbor.c,v 1.8 2010/02/19 14:32:34 claudio Exp $ */ /* * Copyright (c) 2009 Michele Marchetto @@ -210,7 +210,6 @@ nbr_fsm(struct nbr *nbr, enum nbr_event event) void nbr_init(u_int32_t hashsize) { - struct nbr_head *head; u_int32_t hs, i; for (hs = 1; hs < hashsize; hs <<= 1) -- cgit v1.2.3