diff options
author | Max Khon <fjoe@FreeBSD.org> | 2004-03-03 19:32:05 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2004-03-03 19:32:05 +0000 |
commit | 91802da0e7f9a5e4d69a5c87dba72d850bdc50a9 (patch) | |
tree | 99c9ad5065a3467fa45c3443f2957686a2eb05d3 /devel/cvsnt/files/patch-lockservice-LockParse.cpp | |
parent | - Fix second field to inform the users that they should use (diff) |
Update to 2.0.34.
Notes
Notes:
svn path=/head/; revision=102855
Diffstat (limited to 'devel/cvsnt/files/patch-lockservice-LockParse.cpp')
-rw-r--r-- | devel/cvsnt/files/patch-lockservice-LockParse.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/cvsnt/files/patch-lockservice-LockParse.cpp b/devel/cvsnt/files/patch-lockservice-LockParse.cpp new file mode 100644 index 000000000000..16475977521d --- /dev/null +++ b/devel/cvsnt/files/patch-lockservice-LockParse.cpp @@ -0,0 +1,10 @@ +--- lockservice/LockParse.cpp.orig Thu Mar 4 01:19:43 2004 ++++ lockservice/LockParse.cpp Thu Mar 4 01:19:58 2004 +@@ -11,6 +11,7 @@ + #include <sys/socket.h> + #include <netdb.h> + #include <errno.h> ++#include <time.h> + #define SOCKET int + #endif + |