1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/cryptlib/cryptlib.patch Thu Jan 08 11:09:42 2009 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +Index: random/unix.c 1.5 +--- random/unix.c.orig 2005-08-23 00:48:20 +0200 1.6 ++++ random/unix.c 2005-09-06 20:55:10 +0200 1.7 +@@ -24,6 +24,9 @@ 1.8 + #include <stdio.h> 1.9 + #include <string.h> 1.10 + #include <time.h> 1.11 ++#ifdef __FreeBSD__ 1.12 ++#include <pthread.h> 1.13 ++#endif 1.14 + #include "crypt.h" 1.15 + 1.16 + /* Unix and Unix-like systems share the same makefile, make sure that the