1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

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.
This commit is contained in:
Julian Elischer 1996-08-26 23:17:17 +00:00
parent 23da20014a
commit aba926bda4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=17837

View File

@ -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 ????? */