X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Message-Id: <200501201803.j0KI3fHm023571@speedy.ludd.ltu.se> Subject: Re: strtok_r() patch In-Reply-To: "from Brian Inglis at Jan 20, 2005 05:28:54 am" To: djgpp-workers AT delorie DOT com Date: Thu, 20 Jan 2005 19:03:41 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-ltu-MailScanner-Information: Please contact the ISP for more information X-ltu-MailScanner: Found to be clean X-MailScanner-From: ams AT ludd DOT ltu DOT se Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk According to Brian Inglis: > >>Index: djgpp/src/libc/ansi/string/strtok.c > > >>Index: djgpp/src/libc/posix/string/strtok_r.c > > Just noticed these are patches against two different files in > different directories! > Also noticed I don't have a src/libc/posix/string directory (why > didn't cvs create this when I updated?) although I do have a > src/libc/compat/string directory. You need to add the "-d" option to update, I think. > And src/libc/makefile.sub lacks "make -C posix/string", which could be > another part of the problem. IIRC, that one's automatically generated. Right, MartinS