aboutsummaryrefslogtreecommitdiff
path: root/ls.c
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-10 22:57:14 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-10 22:57:14 +0000
commitf836bddca92cd64c54d6b114a3064afb3934b54f (patch)
tree7c80d49c07e6937c4a68b89337e2c989202dfbe3 /ls.c
parent060ea7d72fb251fb90076d0413091b213a0f4bd3 (diff)
downloadbusybox-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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ls.c b/ls.c
index 98ccbeddb..0644cde87 100644
--- a/ls.c
+++ b/ls.c
@@ -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>