diff options
author | 2007-05-08 20:57:19 +0000 | |
---|---|---|
committer | 2007-05-08 20:57:19 +0000 | |
commit | ef21efe908e8a9e172ffa4bcc5008784202dc328 (patch) | |
tree | 2fdf41c68cae41bb89980cb13dbe7d9f1f0637c4 | |
parent | Introduce the mouse.rawmode and mouse.scale fields for (diff) | |
download | wireguard-openbsd-ef21efe908e8a9e172ffa4bcc5008784202dc328.tar.xz wireguard-openbsd-ef21efe908e8a9e172ffa4bcc5008784202dc328.zip |
wildcard is nowhere used anymore. Figured out by deraadt@
-rw-r--r-- | sys/net/route.c | 3 |
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 */ |