Module Name:    src
Committed By:   jakllsch
Date:           Tue Apr  1 16:22:45 UTC 2014

Modified Files:
        src/sys/external/bsd/gnu-efi/dist/inc/ia32: efibind.h
        src/sys/external/bsd/gnu-efi/dist/inc/ia64: efibind.h
        src/sys/external/bsd/gnu-efi/dist/inc/x86_64: efibind.h

Log Message:
Add NetBSD-specific adjustments to gnu-efi.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/sys/external/bsd/gnu-efi/dist/inc/ia32/efibind.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/sys/external/bsd/gnu-efi/dist/inc/ia64/efibind.h
cvs rdiff -u -r1.1.1.1 -r1.2 \
    src/sys/external/bsd/gnu-efi/dist/inc/x86_64/efibind.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/external/bsd/gnu-efi/dist/inc/ia32/efibind.h
diff -u src/sys/external/bsd/gnu-efi/dist/inc/ia32/efibind.h:1.1.1.1 src/sys/external/bsd/gnu-efi/dist/inc/ia32/efibind.h:1.2
--- src/sys/external/bsd/gnu-efi/dist/inc/ia32/efibind.h:1.1.1.1	Tue Apr  1 16:16:07 2014
+++ src/sys/external/bsd/gnu-efi/dist/inc/ia32/efibind.h	Tue Apr  1 16:22:45 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: efibind.h,v 1.1.1.1 2014/04/01 16:16:07 jakllsch Exp $	*/
+/*	$NetBSD: efibind.h,v 1.2 2014/04/01 16:22:45 jakllsch Exp $	*/
 
 /*++
 
@@ -77,6 +77,8 @@ Revision History
        typedef unsigned char       uint8_t;
        typedef char                int8_t;
     #endif
+#elif defined(__NetBSD__)
+    #include <sys/stdint.h>
 #elif defined(__GNUC__)
     #include <stdint.h>
 #endif

Index: src/sys/external/bsd/gnu-efi/dist/inc/ia64/efibind.h
diff -u src/sys/external/bsd/gnu-efi/dist/inc/ia64/efibind.h:1.1.1.1 src/sys/external/bsd/gnu-efi/dist/inc/ia64/efibind.h:1.2
--- src/sys/external/bsd/gnu-efi/dist/inc/ia64/efibind.h:1.1.1.1	Tue Apr  1 16:16:07 2014
+++ src/sys/external/bsd/gnu-efi/dist/inc/ia64/efibind.h	Tue Apr  1 16:22:45 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: efibind.h,v 1.1.1.1 2014/04/01 16:16:07 jakllsch Exp $	*/
+/*	$NetBSD: efibind.h,v 1.2 2014/04/01 16:22:45 jakllsch Exp $	*/
 
 /*++
 
@@ -64,6 +64,8 @@ Revision History
         typedef unsigned char       uint8_t;
         typedef char                int8_t;
     #endif
+#elif defined(__NetBSD__)
+    #include <sys/stdint.h>
 #elif defined(__GNUC__)
     #include <stdint.h>
 #endif

Index: src/sys/external/bsd/gnu-efi/dist/inc/x86_64/efibind.h
diff -u src/sys/external/bsd/gnu-efi/dist/inc/x86_64/efibind.h:1.1.1.1 src/sys/external/bsd/gnu-efi/dist/inc/x86_64/efibind.h:1.2
--- src/sys/external/bsd/gnu-efi/dist/inc/x86_64/efibind.h:1.1.1.1	Tue Apr  1 16:16:07 2014
+++ src/sys/external/bsd/gnu-efi/dist/inc/x86_64/efibind.h	Tue Apr  1 16:22:45 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: efibind.h,v 1.1.1.1 2014/04/01 16:16:07 jakllsch Exp $	*/
+/*	$NetBSD: efibind.h,v 1.2 2014/04/01 16:22:45 jakllsch Exp $	*/
 
 /*++
 
@@ -86,6 +86,8 @@ Revision History
        typedef unsigned char       uint8_t;
        typedef char                int8_t;
     #endif
+#elif defined(__NetBSD__)
+    #include <sys/stdint.h>
 #elif defined(__GNUC__)
     #include <stdint.h>
 #endif

Reply via email to