summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2012-02-11 05:59:54 +0000
committerbz <bz@FreeBSD.org>2012-02-11 05:59:54 +0000
commitf55d6eed8c8bfbbc9c0a4422abfe0567efed9473 (patch)
tree31c9286c1859204a15bd6941b586633aed97f150 /sys/net/if.h
parent508a5a2b93601f03c1e67b2967406d34fff08e7d (diff)
downloadFreeBSD-src-f55d6eed8c8bfbbc9c0a4422abfe0567efed9473.zip
FreeBSD-src-f55d6eed8c8bfbbc9c0a4422abfe0567efed9473.tar.gz
Backout changes from r228571. Remove if_data from struct ifa_msghdr again.
While this breaks carp on HEAD temporary, it restores the upgrade path from stable, and head before 20111215. Reviewed by: glebius, brooks
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index e17dac2..a5c0ade 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -267,8 +267,6 @@ struct ifa_msghdr {
int ifam_flags; /* value of ifa_flags */
u_short ifam_index; /* index for associated ifp */
int ifam_metric; /* value of ifa_metric */
- struct if_data ifam_data;/* statistics and other data about if or
- * address */
};
/*
OpenPOWER on IntegriCloud