Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/netinet Remove dead variable



details:   https://anonhg.NetBSD.org/src/rev/a2102bdf847b
branches:  trunk
changeset: 772415:a2102bdf847b
user:      liamjfoy <liamjfoy%NetBSD.org@localhost>
date:      Mon Jan 02 22:17:11 2012 +0000

description:
Remove dead variable

diffstat:

 sys/netinet/if_arp.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 4ba15dcbd102 -r a2102bdf847b sys/netinet/if_arp.c
--- a/sys/netinet/if_arp.c      Mon Jan 02 22:10:44 2012 +0000
+++ b/sys/netinet/if_arp.c      Mon Jan 02 22:17:11 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_arp.c,v 1.153 2011/12/31 20:41:58 christos Exp $    */
+/*     $NetBSD: if_arp.c,v 1.154 2012/01/02 22:17:11 liamjfoy Exp $    */
 
 /*-
  * Copyright (c) 1998, 2000, 2008 The NetBSD Foundation, Inc.
@@ -68,7 +68,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.153 2011/12/31 20:41:58 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_arp.c,v 1.154 2012/01/02 22:17:11 liamjfoy Exp $");
 
 #include "opt_ddb.h"
 #include "opt_inet.h"
@@ -161,7 +161,7 @@
        .ifq_maxlen = 50,
        .ifq_drops = 0,
 };
-int    arp_inuse, arp_allocated, arp_intimer;
+int    arp_inuse, arp_allocated;
 int    arp_maxtries = 5;
 int    useloopback = 1;        /* use loopback interface for local traffic */
 int    arpinit_done = 0;



Home | Main Index | Thread Index | Old Index