diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-26 17:18:02 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-26 17:18:02 +0000 |
commit | e86450a0065d044fd334bdde7d39b29ccefd65c7 (patch) | |
tree | 87445e03ad13ee6a3eb3d1a5645a9eef89f8dc49 /libc | |
parent | 32644f78992f912196bf0a8a308b1dd8f8847dfe (diff) |
Oops. I got the include guard wrong. Fix it per current
value in include/asm-v850/posix_types.h on cvs.uclinux.org
-Erik
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/v850/bits/kernel_types.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libc/sysdeps/linux/v850/bits/kernel_types.h b/libc/sysdeps/linux/v850/bits/kernel_types.h index 6668d38b9..f58510c5e 100644 --- a/libc/sysdeps/linux/v850/bits/kernel_types.h +++ b/libc/sysdeps/linux/v850/bits/kernel_types.h @@ -10,8 +10,8 @@ * * Written by Miles Bader <miles@gnu.org> */ -#ifndef __ASM_V850_POSIX_TYPES_H -#define __ASM_V850_POSIX_TYPES_H +#ifndef __V850_POSIX_TYPES_H__ +#define __V850_POSIX_TYPES_H__ typedef unsigned int __kernel_dev_t; typedef unsigned long __kernel_ino_t; @@ -42,4 +42,4 @@ typedef unsigned short __kernel_old_gid_t; typedef long long __kernel_loff_t; #endif -#endif /* __ASM_V850_POSIX_TYPES_H */ +#endif /* __V850_POSIX_TYPES_H__ */ |