svn commit: trunk/uClibc/libc/sysdeps/linux/bfin/bits

vapier at uclibc.org vapier at uclibc.org
Wed Jan 11 06:34:09 UTC 2006


Author: vapier
Date: 2006-01-10 22:34:07 -0800 (Tue, 10 Jan 2006)
New Revision: 13241

Log:
Jie Zhang writes:
This patch defines __kernel_old_dev_t for Blackfin. It also removes
two trailing whitespaces. Please apply it.


Modified:
   trunk/uClibc/libc/sysdeps/linux/bfin/bits/kernel_types.h


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/bfin/bits/kernel_types.h
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/bfin/bits/kernel_types.h	2006-01-11 06:07:31 UTC (rev 13240)
+++ trunk/uClibc/libc/sysdeps/linux/bfin/bits/kernel_types.h	2006-01-11 06:34:07 UTC (rev 13241)
@@ -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 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




More information about the uClibc-cvs mailing list