From bd22ed806782eec76929bcd2ec556717e79d24c7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 8 Jul 2000 18:55:24 +0000 Subject: Update files to reduce dependance on kernel version... -Erik --- ls.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ls.c') diff --git a/ls.c b/ls.c index 75fa65421..98ccbeddb 100644 --- a/ls.c +++ b/ls.c @@ -49,11 +49,11 @@ /************************************************************************/ #include "internal.h" -#if !defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) -# include -#else +//#if !defined(__GLIBC__) && (__GLIBC__ >= 2) && (__GLIBC_MINOR__ >= 1) +//# include +//#else # include -#endif +//#endif #include #include #include -- cgit v1.2.3