summaryrefslogtreecommitdiffstats
path: root/sys/net/hostcache.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/hostcache.c')
-rw-r--r--sys/net/hostcache.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/hostcache.c b/sys/net/hostcache.c
index 78f4408..1c9cee8 100644
--- a/sys/net/hostcache.c
+++ b/sys/net/hostcache.c
@@ -26,7 +26,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: hostcache.c,v 1.1 1997/06/18 01:24:21 wollman Exp $
+ * $Id: hostcache.c,v 1.2 1997/10/12 20:25:06 phk Exp $
*/
#include <sys/param.h>
@@ -182,7 +182,6 @@ int
hc_delete(struct hcentry *hc)
{
struct hctable *hct;
- u_long hash;
int error, s;
if (hc->hc_refcnt > 0)
OpenPOWER on IntegriCloud