[uClibc-cvs] uClibc/libc/sysdeps/linux/v850/bits kernel_types.h, 1.7, 1.8
Erik Andersen
andersen at uclibc.org
Fri Feb 6 07:07:19 UTC 2004
Update of /var/cvs/uClibc/libc/sysdeps/linux/v850/bits
In directory nail:/tmp/cvs-serv20414/v850/bits
Modified Files:
kernel_types.h
Log Message:
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
Index: kernel_types.h
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/v850/bits/kernel_types.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- kernel_types.h 31 Jan 2003 09:20:24 -0000 1.7
+++ kernel_types.h 6 Feb 2004 07:07:16 -0000 1.8
@@ -40,6 +40,7 @@
typedef unsigned short __kernel_old_uid_t;
typedef unsigned short __kernel_old_gid_t;
+typedef __kernel_dev_t __kernel_old_dev_t;
typedef struct {
#ifdef __USE_ALL
More information about the uClibc-cvs
mailing list