summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/e1
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-02-06 07:07:16 +0000
committerEric Andersen <andersen@codepoet.org>2004-02-06 07:07:16 +0000
commit3974b578e80c12f8175f42d4a6a55ed7691aefa7 (patch)
tree26fb114f7e5209f2702ba06250b7511323fa68ae /libc/sysdeps/linux/e1
parent9d694a44b5f4eed4ed8e192f203c1cc4abc7554d (diff)
Sigh. The 2.6.x kernel removed '__kernel_dev_t' and renamed it as
'__kernel_old_dev_t'. And of course there is no good way to know which is in use except checking linux/version.h. Grumble. This is rather lame, but for now, define __kernel_old_dev_t to be the same as __kernel_dev_t. This will want to be revisited soon. -Erik
Diffstat (limited to 'libc/sysdeps/linux/e1')
-rw-r--r--libc/sysdeps/linux/e1/bits/kernel_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/e1/bits/kernel_types.h b/libc/sysdeps/linux/e1/bits/kernel_types.h
index 129455412..513009d8f 100644
--- a/libc/sysdeps/linux/e1/bits/kernel_types.h
+++ b/libc/sysdeps/linux/e1/bits/kernel_types.h
@@ -30,6 +30,7 @@ typedef unsigned int __kernel_uid32_t;
typedef unsigned int __kernel_gid32_t;
typedef unsigned short __kernel_old_uid_t;
typedef unsigned short __kernel_old_gid_t;
+typedef __kernel_dev_t __kernel_old_dev_t;
typedef long long __kernel_loff_t;
/*