[uClibc-cvs] uClibc/libc/sysdeps/linux/microblaze/bits kernel_types.h, 1.1, 1.2

Erik Andersen andersen at uclibc.org
Fri Feb 6 07:07:13 UTC 2004


Update of /var/cvs/uClibc/libc/sysdeps/linux/microblaze/bits
In directory nail:/tmp/cvs-serv20414/microblaze/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/microblaze/bits/kernel_types.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- kernel_types.h	14 Oct 2003 11:52:29 -0000	1.1
+++ kernel_types.h	6 Feb 2004 07:07:10 -0000	1.2
@@ -42,6 +42,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