svn commit: trunk/uClibc/libc/sysdeps/linux/common

andersen at uclibc.org andersen at uclibc.org
Wed Dec 6 20:46:21 UTC 2006


Author: andersen
Date: 2006-12-06 12:46:21 -0800 (Wed, 06 Dec 2006)
New Revision: 16790

Log:
prepare to later remove bits/kernel_types.h from bits/types.h


Modified:
   trunk/uClibc/libc/sysdeps/linux/common/getdents.c
   trunk/uClibc/libc/sysdeps/linux/common/getdents64.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/getdents.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/getdents.c	2006-12-06 20:22:42 UTC (rev 16789)
+++ trunk/uClibc/libc/sysdeps/linux/common/getdents.c	2006-12-06 20:46:21 UTC (rev 16790)
@@ -15,6 +15,7 @@
 #include <sys/param.h>
 #include <sys/types.h>
 #include <sys/syscall.h>
+#include <bits/kernel_types.h>
 
 /* With newer versions of linux, the getdents syscall returns d_type
  * information after the name field.  Someday, we should add support for

Modified: trunk/uClibc/libc/sysdeps/linux/common/getdents64.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/getdents64.c	2006-12-06 20:22:42 UTC (rev 16789)
+++ trunk/uClibc/libc/sysdeps/linux/common/getdents64.c	2006-12-06 20:46:21 UTC (rev 16790)
@@ -16,6 +16,7 @@
 #include <sys/param.h>
 #include <sys/types.h>
 #include <sys/syscall.h>
+#include <bits/kernel_types.h>
 
 #if defined __UCLIBC_HAS_LFS__ && defined __NR_getdents64
 




More information about the uClibc-cvs mailing list