From 544e3d2523c83293ae3950e4cc61bed99d3c8356 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Fri, 22 May 2009 14:55:28 +0000 Subject: [PATCH] Commented out more unused glibc stuff. Scary... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@30827 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/glibc/iconv/gconv_cache.c | 2 ++ src/system/libroot/posix/glibc/include/bits/stat.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/system/libroot/posix/glibc/iconv/gconv_cache.c b/src/system/libroot/posix/glibc/iconv/gconv_cache.c index 7c45ed87a6..c1f3dab2c7 100644 --- a/src/system/libroot/posix/glibc/iconv/gconv_cache.c +++ b/src/system/libroot/posix/glibc/iconv/gconv_cache.c @@ -47,9 +47,11 @@ int internal_function __gconv_load_cache (void) { +#if 0 int fd; struct stat64 st; struct gconvcache_header *header; +#endif /* We cannot use the cache if the GCONV_PATH environment variable is set. */ diff --git a/src/system/libroot/posix/glibc/include/bits/stat.h b/src/system/libroot/posix/glibc/include/bits/stat.h index 58d43e0e30..f6c6460509 100644 --- a/src/system/libroot/posix/glibc/include/bits/stat.h +++ b/src/system/libroot/posix/glibc/include/bits/stat.h @@ -82,6 +82,7 @@ struct stat #define __S_IWRITE 0200 /* Write by owner. */ #define __S_IEXEC 0100 /* Execute by owner. */ +#if 0 #ifdef __USE_LARGEFILE64 struct stat64 { @@ -99,3 +100,4 @@ struct stat64 __time_t st_ctime; /* Time of last status change. */ }; #endif +#endif