On Sun, 26 Jan 2014, Tom Christensen wrote: > I modified configure.ac to detect inet_ntop and the build completes and it > passes the testsuite. ... > There is still the generic IRIX issue with killpg() only being supported when > explicitly using BSD signal semantics. > Details are here: > http://permalink.gmane.org/gmane.network.openssh.devel/19422 > I'm using kill(0, SIGTERM) instead as kill(2) indicates it should work the > same. Do you have diffs for these changes? > In file included from bcrypt_pbkdf.c:34: > ../crypto_api.h:17: error: syntax error before "crypto_uint32" > ../crypto_api.h:17: warning: type defaults to `int' in declaration of > `crypto_uint32' > ../crypto_api.h:17: warning: data definition has no type or storage class > bcrypt_pbkdf.c: In function `bcrypt_hash': > bcrypt_pbkdf.c:70: error: `uint32_t' undeclared (first use in this function) I think Darren was looking at something related to the C99 int types last week. -d