ANSI fix breaks FreeBSD
Eric S. Raymond
esr at thyrsus.com
Sun Feb 17 03:02:20 UTC 2019
Hal Murray via devel <devel at ntpsec.org>:
> It worked a few days ago. It works if I comment out the pair of new lines in
> two files.
>
>
> [ 11%] Building C object CMakeFiles/runtests.dir/aes_siv_test.c.o
> In file included from /home/murray/ntpsec/libaes_siv/aes_siv_test.c:3:
> In file included from /home/murray/ntpsec/libaes_siv/aes_siv.c:23:
> In file included from /usr/include/openssl/cmac.h:19:
> In file included from /usr/include/openssl/evp.h:16:
> In file included from /usr/include/openssl/bio.h:20:
> In file included from /usr/include/openssl/crypto.h:415:
> /usr/include/pthread.h:195:7: error: unknown type name 'clockid_t'
> clockid_t * __restrict);
> ^
> /usr/include/pthread.h:219:39: error: unknown type name 'clockid_t'
>
> int pthread_getcpuclockid(pthread_t, clockid_t *);
> ^
> 2 errors generated.
>
> *** Error code 1
Can you isolate the commit where this got busted?
--
<a href="http://www.catb.org/~esr/">Eric S. Raymond</a>
My work is funded by the Internet Civil Engineering Institute: https://icei.org
Please visit their site and donate: the civilization you save might be your own.
More information about the devel
mailing list