summaryrefslogtreecommitdiffstats
path: root/usr.sbin/IPXrouted/if.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/IPXrouted/if.c')
-rw-r--r--usr.sbin/IPXrouted/if.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/IPXrouted/if.c b/usr.sbin/IPXrouted/if.c
index e8aeaa6..c2522a9 100644
--- a/usr.sbin/IPXrouted/if.c
+++ b/usr.sbin/IPXrouted/if.c
@@ -34,7 +34,7 @@
*
* static char sccsid[] = "@(#)if.c 5.1 (Berkeley) 6/4/85"; (routed/if.c)
*
- * $Id$
+ * $Id: if.c,v 1.3 1997/02/22 16:00:55 peter Exp $
*/
#ifndef lint
@@ -58,7 +58,7 @@ if_ifwithaddr(addr)
register struct interface *ifp;
#define same(a1, a2) \
- (bcmp((caddr_t)((a1)->sa_data), (caddr_t)((a2)->sa_data), 14) == 0)
+ (bcmp((caddr_t)((a1)->sa_data), (caddr_t)((a2)->sa_data), 10) == 0)
for (ifp = ifnet; ifp; ifp = ifp->int_next) {
if (ifp->int_flags & IFF_REMOTE)
continue;
OpenPOWER on IntegriCloud