From 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 07:44:59 +0000 Subject: [PATCH] gmac get mac form eeprom --- kernel/net/iucv/iucv.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/net/iucv/iucv.c b/kernel/net/iucv/iucv.c index 349c6ac..6f84978 100644 --- a/kernel/net/iucv/iucv.c +++ b/kernel/net/iucv/iucv.c @@ -83,7 +83,7 @@ u16 ippathid; u8 ipflags1; u8 iptype; - u32 res2[8]; + u32 res2[9]; }; struct iucv_irq_list { -- Gitblit v1.6.2