From a4ce6af6868cb228dc42d7854c1ff7f7bb366d59 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Tue, 8 May 2007 20:57:20 +0000 Subject: wildcard is nowhere used anymore. Figured out by deraadt@ --- sys/net/route.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys/net/route.c b/sys/net/route.c index 5ca39262178..b469c4468b6 100644 --- a/sys/net/route.c +++ b/sys/net/route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route.c,v 1.82 2007/05/08 18:46:37 deraadt Exp $ */ +/* $OpenBSD: route.c,v 1.83 2007/05/08 20:57:19 claudio Exp $ */ /* $NetBSD: route.c,v 1.14 1996/02/13 22:00:46 christos Exp $ */ /* @@ -138,7 +138,6 @@ u_int8_t rtafidx_max; u_int rtbl_id_max = 0; int rttrash; /* routes not in table but not freed */ -struct sockaddr wildcard; /* zero cookie for wildcard searches */ struct pool rtentry_pool; /* pool for rtentry structures */ struct pool rttimer_pool; /* pool for rttimer structures */ -- cgit v1.2.3