--- include/stdio.h.orig	2000-03-03 05:00:00.000000000 +0900
+++ include/stdio.h	2004-03-02 17:14:13.563931200 +0900
@@ -269,6 +269,6 @@ int       _RTLENTRY _EXPFUNC _fileno(FIL
 int       _RTLENTRY _EXPFUNC _flushall(void);
 int       _RTLENTRY _EXPFUNC _fcloseall(void);
-FILE  *   _RTLENTRY _EXPFUNC _fdopen(int __handle, char * __type);
-FILE  *   _RTLENTRY _EXPFUNC _wfdopen(int __handle, wchar_t * __type);
+FILE  *   _RTLENTRY _EXPFUNC _fdopen(int __handle, const char * __type);
+FILE  *   _RTLENTRY _EXPFUNC _wfdopen(int __handle, const wchar_t * __type);
 int       _RTLENTRY _EXPFUNC _fgetchar(void);
 _WINT_T   _RTLENTRY _EXPFUNC _fgetwchar(void);
@@ -298,5 +298,5 @@ _WINT_T   _RTLENTRY _EXPFUNC _fputwc(wch
 #if !defined(__STDC__)
 int       _RTLENTRY _EXPFUNC flushall(void);
-FILE  *   _RTLENTRY _EXPFUNC fdopen(int __handle, char * __type);
+FILE  *   _RTLENTRY _EXPFUNC fdopen(int __handle, const char * __type);
 int       _RTLENTRY _EXPFUNC fputchar(int __c);
 int       _RTLENTRY _EXPFUNC fgetchar(void);
