delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-workers-bounces using -f |
X-Authentication-Warning: | itservs.wilkes.edu: apache set sender to fdonahoe AT wilkes DOT edu using -f |
Message-ID: | <1107876280.4208d9b8700d4@webmail.wilkes.edu> |
Date: | Tue, 8 Feb 2005 10:24:40 -0500 |
From: | fdonahoe AT wilkes DOT edu |
To: | djgpp-workers AT delorie DOT com |
Subject: | Re: hcreate() and friends |
MIME-Version: | 1.0 |
User-Agent: | Internet Messaging Program (IMP) 3.2 |
X-Originating-IP: | 146.94.1.216 |
Reply-To: | djgpp-workers AT delorie DOT com |
With a nod ANNOUNCE: DJGPP port of GNU gzip-1.3.5 uploaded I downloaded a recent snapshot 'djgpp204.tar.gz' and replaced 'src/libc/compat/unistd/symlink.c with Brian Inglis's alpha version and patched the distribution with "hcreate and friends" by MartinS. Martin's 'src/libc/posix/search/hcreate.c' itself required help from <string.h>. The patch is appended below. I tried introducing Aganichev's 'local.c' but there were problems, so I put it aside for later. I was anxious to test the symlink. There were no problems building the new 'djdev204.zip' and its siblings but testing is another matter. There is a file *missing* in djgpp204! The file 'src/rmake.bat' called by 'tests/libc/rmake.bat' is nowhere I have searched. Regards, Frank ========================================================== --- src/libc/posix/search/hcreate.c.orig 2005-02-05 08:53:12.000000000 -0500 +++ src/libc/posix/search/hcreate.c 2005-02-05 10:26:58.000000000 -0500 @@ -10,6 +10,7 @@ #include <search.h> #include <stdlib.h> +#include <string.h> /* * It's impossible to have hash table with more than 0x20000000 elements ----------------------------------------------------------------------- This mail was sent through Wilkes Webmail: http://webmail.wilkes.edu Wilkes Webmail is using IMP: http://horde.org/imp/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |