Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/ia64/stand/ia64/efi More gnu-efi update fallout ......
details: https://anonhg.NetBSD.org/src/rev/55584985be60
branches: trunk
changeset: 365492:55584985be60
user: kre <kre%NetBSD.org@localhost>
date: Sat Aug 18 06:52:57 2018 +0000
description:
More gnu-efi update fallout ... the symbol EFI_SIMPLE_NETWORK_PROTOCOL
has been replaced with EFI_SIMPLE_NETWORK_PROTOCOL_GUID and the old
one (EFI_SIMPLE_NETWORK_PROTOCOL) is now something completely different.
Adapt... (should help the ia64 build)
diffstat:
sys/arch/ia64/stand/ia64/efi/main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fa09f0a434f7 -r 55584985be60 sys/arch/ia64/stand/ia64/efi/main.c
--- a/sys/arch/ia64/stand/ia64/efi/main.c Sat Aug 18 03:09:37 2018 +0000
+++ b/sys/arch/ia64/stand/ia64/efi/main.c Sat Aug 18 06:52:57 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: main.c,v 1.11 2016/08/04 18:07:43 scole Exp $ */
+/* $NetBSD: main.c,v 1.12 2018/08/18 06:52:57 kre Exp $ */
/*-
* Copyright (c) 1998 Michael Smith <msmith%freebsd.org@localhost>
@@ -63,7 +63,7 @@
EFI_GUID hcdp = HCDP_TABLE_GUID;
EFI_GUID imgid = LOADED_IMAGE_PROTOCOL;
EFI_GUID mps = MPS_TABLE_GUID;
-EFI_GUID netid = EFI_SIMPLE_NETWORK_PROTOCOL;
+EFI_GUID netid = EFI_SIMPLE_NETWORK_PROTOCOL_GUID;
EFI_GUID sal = SAL_SYSTEM_TABLE_GUID;
EFI_GUID smbios = SMBIOS_TABLE_GUID;
Home |
Main Index |
Thread Index |
Old Index