diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-10 22:57:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-10 22:57:14 +0000 |
commit | c674d70699ab2c03187be441e26801a73ac958bc (patch) | |
tree | 7c80d49c07e6937c4a68b89337e2c989202dfbe3 /ls.c | |
parent | 6315ce603b3ac2f4998e926b6106da21bcc0066f (diff) | |
download | busybox-w32-c674d70699ab2c03187be441e26801a73ac958bc.tar.gz busybox-w32-c674d70699ab2c03187be441e26801a73ac958bc.tar.bz2 busybox-w32-c674d70699ab2c03187be441e26801a73ac958bc.zip |
Comment on kernel stuff
-Erik
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> |