From 08c0aa1328e56e6dcdb4dc45904fc5e98b6793ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 10 Mar 2005 19:18:44 +0000 Subject: [PATCH] added iowpadn.c and wgenops.c to the build commented out a suspect include git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11648 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/libroot/posix/glibc/libio/Jamfile | 4 ++-- src/kernel/libroot/posix/glibc/libio/stdio.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/kernel/libroot/posix/glibc/libio/Jamfile b/src/kernel/libroot/posix/glibc/libio/Jamfile index 8c137a7a9d..f31bc4111c 100644 --- a/src/kernel/libroot/posix/glibc/libio/Jamfile +++ b/src/kernel/libroot/posix/glibc/libio/Jamfile @@ -96,7 +96,7 @@ KernelMergeObject posix_gnu_libio.o : # <$(SOURCE_GRIST)>iogetwline.c # <$(SOURCE_GRIST)>ioungetwc.c # <$(SOURCE_GRIST)>iovswscanf.c -# <$(SOURCE_GRIST)>iowpadn.c + <$(SOURCE_GRIST)>iowpadn.c # <$(SOURCE_GRIST)>putwc.c # <$(SOURCE_GRIST)>putwc_u.c # <$(SOURCE_GRIST)>putwchar.c @@ -108,7 +108,7 @@ KernelMergeObject posix_gnu_libio.o : # <$(SOURCE_GRIST)>vwscanf.c # <$(SOURCE_GRIST)>wfiledoalloc.c # <$(SOURCE_GRIST)>wfileops.c -# <$(SOURCE_GRIST)>wgenops.c + <$(SOURCE_GRIST)>wgenops.c # <$(SOURCE_GRIST)>wprintf.c # <$(SOURCE_GRIST)>wscanf.c # <$(SOURCE_GRIST)>wstrops.c diff --git a/src/kernel/libroot/posix/glibc/libio/stdio.h b/src/kernel/libroot/posix/glibc/libio/stdio.h index 8e9430cfd2..b922305640 100644 --- a/src/kernel/libroot/posix/glibc/libio/stdio.h +++ b/src/kernel/libroot/posix/glibc/libio/stdio.h @@ -23,7 +23,7 @@ #ifndef _STDIO_H -#include +//#include #if !defined __need_FILE && !defined __need___FILE # define _STDIO_H 1