aboutsummaryrefslogtreecommitdiffstats
path: root/devel/cvsnt/files/patch-lockservice-LockParse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'devel/cvsnt/files/patch-lockservice-LockParse.cpp')
-rw-r--r--devel/cvsnt/files/patch-lockservice-LockParse.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/devel/cvsnt/files/patch-lockservice-LockParse.cpp b/devel/cvsnt/files/patch-lockservice-LockParse.cpp
deleted file mode 100644
index f24f80f0a862..000000000000
--- a/devel/cvsnt/files/patch-lockservice-LockParse.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- lockservice/LockParse.cpp.orig Sun Feb 20 17:42:22 2005
-+++ lockservice/LockParse.cpp Sun Feb 20 17:42:40 2005
-@@ -155,7 +155,8 @@
- #ifdef _WIN32
- this_clock = GetTickCount();
- #else
-- this_clock = times(NULL);
-+ struct tms tms_buf;
-+ this_clock = times(&tms_buf);
- #endif
-
- if(this_clock<last_clock.clock)