diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-13 04:26:24 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-06-13 04:26:24 +0000 |
commit | 1d60b799627d6feda51cb3283d916a0f09807473 (patch) | |
tree | 432a57b350ef0726f343a2ad354b429a1fb5b44c /security/lsh/files/patch-unix_random.c | |
parent | - Sync with cnews paths better. (diff) |
- Update to 1.5.2
- removed patches that are now part of distribution
- New option: WITH_THREADS or WITH_LSH_THREADS
Notes
Notes:
svn path=/head/; revision=82916
Diffstat (limited to 'security/lsh/files/patch-unix_random.c')
-rw-r--r-- | security/lsh/files/patch-unix_random.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/security/lsh/files/patch-unix_random.c b/security/lsh/files/patch-unix_random.c deleted file mode 100644 index e4600c0412ad..000000000000 --- a/security/lsh/files/patch-unix_random.c +++ /dev/null @@ -1,13 +0,0 @@ ---- src/unix_random.c.orig Sun Feb 16 21:27:45 2003 -+++ src/unix_random.c Sun Mar 2 10:18:35 2003 -@@ -36,9 +36,9 @@ - #endif - - #include <sys/types.h> -+#include <sys/time.h> - #include <sys/resource.h> - #include <sys/stat.h> --#include <sys/time.h> - - #include "randomness.h" - |