From 6d40500590bd17ba77fa6d9daa27e5c546e8d2e5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 28 Oct 2015 22:10:09 +0100 Subject: h8300: fix compile with 4.2.x kernel --- libc/sysdeps/linux/h8300/bits/kernel_types.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libc/sysdeps/linux/h8300/bits/kernel_types.h b/libc/sysdeps/linux/h8300/bits/kernel_types.h index 198c03453..312cf2955 100644 --- a/libc/sysdeps/linux/h8300/bits/kernel_types.h +++ b/libc/sysdeps/linux/h8300/bits/kernel_types.h @@ -1,5 +1,5 @@ -#ifndef _BITS_KERNEL_TYPES_H -#define _BITS_KERNEL_TYPES_H +#ifndef __ASM_GENERIC_POSIX_TYPES_H +#define __ASM_GENERIC_POSIX_TYPES_H /* Sigh. We need to carefully wrap this one... No guarantees * that the asm/posix_types.h kernel header is working. Many @@ -56,4 +56,4 @@ typedef struct { } __kernel_fsid_t; #define __kernel_fsid_t __kernel_fsid_t -#endif /* _BITS_KERNEL_TYPES_H */ +#endif /* __ASM_GENERIC_POSIX_TYPES_H */ -- cgit v1.2.3