summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2007-05-08 20:57:20 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2007-05-08 20:57:20 +0000
commita4ce6af6868cb228dc42d7854c1ff7f7bb366d59 (patch)
tree72cf9a72c7974b3f8cf4f12d98171d9b57acb263
parent570f44304ed515bb82d545fcf03bac6bde6dbe0c (diff)
wildcard is nowhere used anymore. Figured out by deraadt@
-rw-r--r--sys/net/route.c3
1 files changed, 1 insertions, 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 */