diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-08 18:55:24 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-07-08 18:55:24 +0000 |
commit | e4d63164fd2e82ba6899cc37acd02537fc49241d (patch) | |
tree | e225367aaef198eacec8ed0b530d36a9d888d92f /ls.c | |
parent | 0022fe5638fbe702405ad218f43006e718f4ef9e (diff) | |
download | busybox-w32-e4d63164fd2e82ba6899cc37acd02537fc49241d.tar.gz busybox-w32-e4d63164fd2e82ba6899cc37acd02537fc49241d.tar.bz2 busybox-w32-e4d63164fd2e82ba6899cc37acd02537fc49241d.zip |
Update files to reduce dependance on kernel version...
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@779 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'ls.c')
-rw-r--r-- | ls.c | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -49,11 +49,11 @@ | |||
49 | /************************************************************************/ | 49 | /************************************************************************/ |
50 | 50 | ||
51 | #include "internal.h" | 51 | #include "internal.h" |
52 | #if !defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) | 52 | //#if !defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) |
53 | # include <linux/types.h> | 53 | //# include <linux/types.h> |
54 | #else | 54 | //#else |
55 | # include <sys/types.h> | 55 | # include <sys/types.h> |
56 | #endif | 56 | //#endif |
57 | #include <sys/stat.h> | 57 | #include <sys/stat.h> |
58 | #include <stdio.h> | 58 | #include <stdio.h> |
59 | #include <unistd.h> | 59 | #include <unistd.h> |