reassign 664612 wu-ftpd
thanks

Hi Steven,

El 6 d’abril de 2012 22:10, Steven Chamberlain <ste...@pyro.eu.org> ha escrit:
> The configure testcase includes sys/types.h before ufs/quota.h.  But
> both u_int32_t and uint32_t are used there.

Check upstream version of ufs/quota.h [1].  You can see that both
u_int32_t and uint32_t are prerequisites for this header.  The correct
solution is to include <stdint.h> before including <ufs/quota.h>.
Something like this (untested).

[1] 
http://svnweb.freebsd.org/base/head/sys/ufs/ufs/quota.h?revision=222955&view=markup

-- 
Robert Millan

Attachment: stdint.diff
Description: Binary data

Reply via email to