|
Message-ID: <2f8daf807ae59c6e8cd06664e3589c99@smtp.hushmail.com> Date: Wed, 1 May 2013 22:15:42 +0200 From: magnum <john.magnum@...hmail.com> To: john-dev@...ts.openwall.com Subject: Re: --fork On 1 May, 2013, at 15:46 , jfoug@....net wrote: > Portability issues fixed. fork/kill are not standard. They are *nix specific. > > I have taken it out of VC builds, and also removed the options from DJGPP builds. I would imagine that mingw also would have problems, but I do not have a build env under that any more, so did not add defines for it. > > Jim. Committed. Some new DJGPP stuff was merged from core too; I didn't bother merging them to one #if so they are currently like this: #ifndef __DJGPP__ #ifndef _MSC_VER ... #endif #endif magnum
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.