diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-10 22:57:14 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-10 22:57:14 +0000 |
commit | f836bddca92cd64c54d6b114a3064afb3934b54f (patch) | |
tree | 7c80d49c07e6937c4a68b89337e2c989202dfbe3 /ls.c | |
parent | 060ea7d72fb251fb90076d0413091b213a0f4bd3 (diff) | |
download | busybox-w32-f836bddca92cd64c54d6b114a3064afb3934b54f.tar.gz busybox-w32-f836bddca92cd64c54d6b114a3064afb3934b54f.tar.bz2 busybox-w32-f836bddca92cd64c54d6b114a3064afb3934b54f.zip |
Comment on kernel stuff
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@807 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'ls.c')
-rw-r--r-- | ls.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -49,11 +49,7 @@ | |||
49 | /************************************************************************/ | 49 | /************************************************************************/ |
50 | 50 | ||
51 | #include "internal.h" | 51 | #include "internal.h" |
52 | //#if !defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) | ||
53 | //# include <linux/types.h> | ||
54 | //#else | ||
55 | # include <sys/types.h> | 52 | # include <sys/types.h> |
56 | //#endif | ||
57 | #include <sys/stat.h> | 53 | #include <sys/stat.h> |
58 | #include <stdio.h> | 54 | #include <stdio.h> |
59 | #include <unistd.h> | 55 | #include <unistd.h> |