From 4c546b12da51ecc85426285b0e7ea5b5938e6686 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 24 Apr 2004 03:51:17 +0000 Subject: 2004-04-24 Ralf Corsepius * libnetworking/net/route.c: Reflect changes to radix.h. --- cpukit/ChangeLog | 4 ++++ cpukit/libnetworking/net/route.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 08b7fc68cc..32216e2607 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2004-04-24 Ralf Corsepius + + * libnetworking/net/route.c: Reflect changes to radix.h. + 2004-04-22 Ralf Corsepius * libnetworking/net/radix.h, libnetworking/net/radix.c: Partial diff --git a/cpukit/libnetworking/net/route.c b/cpukit/libnetworking/net/route.c index 683ddafee9..e9a6eabe8d 100644 --- a/cpukit/libnetworking/net/route.c +++ b/cpukit/libnetworking/net/route.c @@ -688,7 +688,7 @@ rt_fixchange(struct radix_node *rn, void *vp) xm1 = (u_char *)rt_mask(rt0); xk2 = (u_char *)rt_key(rt); - for (i = rnh->rnh_treetop->rn_off; i < len; i++) { + for (i = rnh->rnh_treetop->rn_offset; i < len; i++) { if ((xk2[i] & xm1[i]) != xk1[i]) { #ifdef DEBUG if(rtfcdebug) printf("no match\n"); -- cgit v1.2.3