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/efi/libefi More fallout from new gnu-efi...



details:   https://anonhg.NetBSD.org/src/rev/6e45e5903ff8
branches:  trunk
changeset: 834588:6e45e5903ff8
user:      kre <kre%NetBSD.org@localhost>
date:      Sat Aug 18 15:55:19 2018 +0000

description:
More fallout from new gnu-efi ... EFI_SIMPLE_NETWORK_PROTOCOL
is now EFI_SIMPLE_NETWORK_PROTOCOL_GUID

diffstat:

 sys/arch/ia64/stand/efi/libefi/efinet.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r aaae50c6f8d8 -r 6e45e5903ff8 sys/arch/ia64/stand/efi/libefi/efinet.c
--- a/sys/arch/ia64/stand/efi/libefi/efinet.c   Sat Aug 18 14:18:58 2018 +0000
+++ b/sys/arch/ia64/stand/efi/libefi/efinet.c   Sat Aug 18 15:55:19 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: efinet.c,v 1.7 2016/08/04 16:22:40 scole Exp $ */
+/*     $NetBSD: efinet.c,v 1.8 2018/08/18 15:55:19 kre Exp $   */
 
 /*-
  * Copyright (c) 2001 Doug Rabson
@@ -231,7 +231,7 @@
 {
        EFI_STATUS      status;
        UINTN           sz;
-       static EFI_GUID netid = EFI_SIMPLE_NETWORK_PROTOCOL;
+       static EFI_GUID netid = EFI_SIMPLE_NETWORK_PROTOCOL_GUID;
        EFI_HANDLE      *handles;
        int             nifs, i;
 #define MAX_INTERFACES 4



Home | Main Index | Thread Index | Old Index