summaryrefslogtreecommitdiffstats
path: root/sys/net/if_var.h
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2009-11-12 19:02:10 +0000
committerdelphij <delphij@FreeBSD.org>2009-11-12 19:02:10 +0000
commit8fed657163fb373990aaa15c79b58a7c963373b2 (patch)
tree16ac7b8e4875faf8659392bffa9753b287fa7398 /sys/net/if_var.h
parent2f448a4a2a88e26012aba2a9ddf375e1a9f2eed1 (diff)
downloadFreeBSD-src-8fed657163fb373990aaa15c79b58a7c963373b2.zip
FreeBSD-src-8fed657163fb373990aaa15c79b58a7c963373b2.tar.gz
Revert revision 199201 for now as it has introduced a kernel vulnerability
and requires more polishing.
Diffstat (limited to 'sys/net/if_var.h')
-rw-r--r--sys/net/if_var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index 82e7aab..523b9e8 100644
--- a/sys/net/if_var.h
+++ b/sys/net/if_var.h
@@ -198,7 +198,6 @@ struct ifnet {
void *if_pf_kif;
void *if_lagg; /* lagg glue */
u_char if_alloctype; /* if_type at time of allocation */
- struct sbuf *if_description; /* interface description */
/*
* Spare fields are added so that we can modify sensitive data
@@ -206,7 +205,7 @@ struct ifnet {
* be used with care where binary compatibility is required.
*/
char if_cspare[3];
- void *if_pspare[7];
+ void *if_pspare[8];
int if_ispare[4];
};
OpenPOWER on IntegriCloud