From ac4035b489d727d3b8fe4c8d428b63ae1f04a0d2 Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 26 Aug 1996 23:17:17 +0000 Subject: correct a field comment that someone must have accidentally spammed as it's still used for what the original BSD4.4 comment says it's for. --- sys/net/if.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/net/if.h') diff --git a/sys/net/if.h b/sys/net/if.h index c5b303a..056b711 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)if.h 8.1 (Berkeley) 6/10/93 - * $Id: if.h,v 1.32 1996/07/30 19:17:00 wollman Exp $ + * $Id: if.h,v 1.33 1996/08/04 10:54:12 phk Exp $ */ #ifndef _NET_IF_H_ @@ -311,7 +311,7 @@ struct ifaddr { void (*ifa_rtrequest) /* check or clean routes (+ or -)'d */ __P((int, struct rtentry *, struct sockaddr *)); u_short ifa_flags; /* mostly rt_flags for cloning */ - short ifa_refcnt; /* extra to malloc for link info */ + short ifa_refcnt; /* references to this structure */ int ifa_metric; /* cost of going out this interface */ #ifdef notdef struct rtentry *ifa_rt; /* XXXX for ROUTETOIF ????? */ -- cgit v1.1