diff options
author | Esben Norby <norby@cvs.openbsd.org> | 2006-03-30 14:28:29 +0000 |
---|---|---|
committer | Esben Norby <norby@cvs.openbsd.org> | 2006-03-30 14:28:29 +0000 |
commit | c7da147c0736e3edac9c48720fbc1133c2a6cf9f (patch) | |
tree | dbe189bb230466a476e52bb12bffc296231c6f78 | |
parent | e7aa9de441c30d934e2fdb664a1dfe73a38b6f58 (diff) |
fix a typo
ok claudio@
-rw-r--r-- | sys/netinet/ip_mroute.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_mroute.h b/sys/netinet/ip_mroute.h index 4ab30d9c610..c335aeb6b5e 100644 --- a/sys/netinet/ip_mroute.h +++ b/sys/netinet/ip_mroute.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_mroute.h,v 1.12 2005/01/14 14:51:28 mcbride Exp $ */ +/* $OpenBSD: ip_mroute.h,v 1.13 2006/03/30 14:28:28 norby Exp $ */ /* $NetBSD: ip_mroute.h,v 1.23 2004/04/21 17:49:46 itojun Exp $ */ #ifndef _NETINET_IP_MROUTE_H_ @@ -65,7 +65,7 @@ typedef u_int16_t vifi_t; /* type of a vif index */ */ struct vifctl { vifi_t vifc_vifi; /* the index of the vif to be added */ - u_int8_t vifc_flags; /* VIFF_ flags defined below */ + u_int8_t vifc_flags; /* VIFF_ flags defined above */ u_int8_t vifc_threshold; /* min ttl required to forward on vif */ u_int32_t vifc_rate_limit; /* max rate */ struct in_addr vifc_lcl_addr;/* local interface address */ |