Comment on kernel stuff
[oweals/busybox.git] / coreutils / ls.c
index 98ccbeddb3535874e9ebcabef5fe9da1133e187c..0644cde877e7e4eb777a039a7a1afba61c5fcd6a 100644 (file)
 /************************************************************************/
 
 #include "internal.h"
-//#if !defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1)
-//# include <linux/types.h>
-//#else
 # include <sys/types.h>
-//#endif
 #include <sys/stat.h>
 #include <stdio.h>
 #include <unistd.h>