diff options
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" - |