diff options
Diffstat (limited to 'cad/scv/files/patch-src-scv-scv_init_seed.cpp')
-rw-r--r-- | cad/scv/files/patch-src-scv-scv_init_seed.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/cad/scv/files/patch-src-scv-scv_init_seed.cpp b/cad/scv/files/patch-src-scv-scv_init_seed.cpp deleted file mode 100644 index 068a00481316..000000000000 --- a/cad/scv/files/patch-src-scv-scv_init_seed.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- src/scv/scv_init_seed.cpp.orig Thu Aug 7 08:37:32 2003 -+++ src/scv/scv_init_seed.cpp Sat Dec 16 11:43:50 2006 -@@ -44,7 +44,7 @@ - - #include <string.h> - --#ifdef __linux__ -+#if defined(__linux__) || defined(__FreeBSD__) - # include <sys/time.h> - #else - #include <time.h> |