diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-11 06:34:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-11 06:34:07 +0000 |
commit | 9bdb97c69e9b565f09e2a135561fedf45a70ee5d (patch) | |
tree | 98a490205b00d0fa536f70c75dd97c86a9660307 /libc/sysdeps/linux | |
parent | 2a5f8d80d3e5d77f182bc07ae269865024d2109a (diff) |
Jie Zhang writes:
This patch defines __kernel_old_dev_t for Blackfin. It also removes
two trailing whitespaces. Please apply it.
Diffstat (limited to 'libc/sysdeps/linux')
-rw-r--r-- | libc/sysdeps/linux/bfin/bits/kernel_types.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libc/sysdeps/linux/bfin/bits/kernel_types.h b/libc/sysdeps/linux/bfin/bits/kernel_types.h index 520daf184..702a5f03a 100644 --- a/libc/sysdeps/linux/bfin/bits/kernel_types.h +++ b/libc/sysdeps/linux/bfin/bits/kernel_types.h @@ -1,6 +1,6 @@ /* Note that we use the exact same include guard #define names - * as asm/posix_types.h. This will avoid gratuitous conflicts - * with the posix_types.h kernel header, and will ensure that + * as asm/posix_types.h. This will avoid gratuitous conflicts + * with the posix_types.h kernel header, and will ensure that * our private content, and not the kernel header, will win. * -Erik */ @@ -31,6 +31,7 @@ typedef unsigned int __kernel_gid32_t; typedef unsigned short __kernel_old_uid_t; typedef unsigned short __kernel_old_gid_t; typedef long long __kernel_loff_t; +typedef __kernel_dev_t __kernel_old_dev_t; typedef struct { #ifdef __USE_ALL |