aboutsummaryrefslogtreecommitdiff
path: root/ls.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-10 22:57:14 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-10 22:57:14 +0000
commitc674d70699ab2c03187be441e26801a73ac958bc (patch)
tree7c80d49c07e6937c4a68b89337e2c989202dfbe3 /ls.c
parent6315ce603b3ac2f4998e926b6106da21bcc0066f (diff)
downloadbusybox-c674d70699ab2c03187be441e26801a73ac958bc.tar.gz
Comment on kernel stuff
-Erik
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 @@
/************************************************************************/
#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>