From 2f49ba7d2816a6ce8680570c73dca025bcac685d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Wed, 6 Oct 2004 01:14:05 +0000 Subject: [PATCH] Removed strnicmp.o from librld.a, also removed some string functions that shouldn't be used in anything that we control (like strncpy()). git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9223 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kernel/Jamfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/kernel/Jamfile b/src/kernel/Jamfile index f22a9d3218..a450a5ef88 100644 --- a/src/kernel/Jamfile +++ b/src/kernel/Jamfile @@ -183,7 +183,6 @@ KernelStaticLibraryObjects librld.a : <$(SOURCE_GRIST)!libroot!posix!string>memmove.o <$(SOURCE_GRIST)!libroot!posix!string>memset.o <$(SOURCE_GRIST)!libroot!posix!string>strcasecmp.o - <$(SOURCE_GRIST)!libroot!posix!string>strcasestr.o <$(SOURCE_GRIST)!libroot!posix!string>strcat.o <$(SOURCE_GRIST)!libroot!posix!string>strchr.o <$(SOURCE_GRIST)!libroot!posix!string>strcmp.o @@ -194,10 +193,7 @@ KernelStaticLibraryObjects librld.a : <$(SOURCE_GRIST)!libroot!posix!string>strlcat.o <$(SOURCE_GRIST)!libroot!posix!string>strlcpy.o <$(SOURCE_GRIST)!libroot!posix!string>strlen.o - <$(SOURCE_GRIST)!libroot!posix!string>strncat.o <$(SOURCE_GRIST)!libroot!posix!string>strncmp.o - <$(SOURCE_GRIST)!libroot!posix!string>strncpy.o - <$(SOURCE_GRIST)!libroot!posix!string>strnicmp.o <$(SOURCE_GRIST)!libroot!posix!string>strnlen.o <$(SOURCE_GRIST)!libroot!posix!string>strpbrk.o <$(SOURCE_GRIST)!libroot!posix!string>strrchr.o