aboutsummaryrefslogtreecommitdiff
path: root/networking/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/interface.c')
-rw-r--r--networking/interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/interface.c b/networking/interface.c
index e5e55d8d4..ea6a2c8a8 100644
--- a/networking/interface.c
+++ b/networking/interface.c
@@ -746,7 +746,7 @@ static const struct hwtype *const hwtypes[] = {
746}; 746};
747 747
748#ifdef IFF_PORTSEL 748#ifdef IFF_PORTSEL
749static const char *const if_port_text[] = { 749static const char *const if_port_text[] ALIGN_PTR = {
750 /* Keep in step with <linux/netdevice.h> */ 750 /* Keep in step with <linux/netdevice.h> */
751 "unknown", 751 "unknown",
752 "10base2", 752 "10base2",