Michael Banck <[EMAIL PROTECTED]> writes:

> krb5 has several instances of MAXHOSTNAMELEN and MAXPATHLEN, both of
> which are not defined on the GNU/Hurd as these limits do not exist on
> the GNU system, making the build fail.

> The attached patch fixes this by defining those macros to arbitrary
> values in case they are not defined already.  An alternative solution
> would be to allocate the needed memory dynamically.  It also redefines
> NCARGS to 4096 in case it is set to INT_MAX in order to prevent the
> allocation of that big hump of memory on the stack (as GNU/Hurd defines
> NCARGS to INT_MAX for some reason).

Thanks.  This will be in the next upload.

> I have filed a new bug as it is not clear to me which outstanding issues
> are in #261712, and they do not seem present on hurd-i386 anyway.

Thanks.  The termios stuff appears to just be a BSD thing, and I'm going
to need some help from a BSD developer to sort out the rest of that.

-- 
Russ Allbery ([EMAIL PROTECTED])             <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to