Module Name: src
Committed By: skrll
Date: Sun Jan 26 10:12:29 UTC 2020
Modified Files:
src/sys/arch/ia64/stand/efi/libefi: efiboot.h
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/ia64/stand/efi/libefi/efiboot.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/ia64/stand/efi/libefi/efiboot.h
diff -u src/sys/arch/ia64/stand/efi/libefi/efiboot.h:1.3 src/sys/arch/ia64/stand/efi/libefi/efiboot.h:1.4
--- src/sys/arch/ia64/stand/efi/libefi/efiboot.h:1.3 Thu Aug 4 16:22:40 2016
+++ src/sys/arch/ia64/stand/efi/libefi/efiboot.h Sun Jan 26 10:12:29 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: efiboot.h,v 1.3 2016/08/04 16:22:40 scole Exp $ */
+/* $NetBSD: efiboot.h,v 1.4 2020/01/26 10:12:29 skrll Exp $ */
/*-
* Copyright (c) 1996
@@ -65,7 +65,7 @@ typedef unsigned long physaddr_t;
/* exported devices XXX rename? */
extern struct devsw devsw[];
-extern struct netif_driver efi_net;
+extern struct netif_driver efi_net;
/* Find EFI network resources */
extern void efinet_init_driver(void);