mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
69d5c43463
popular open source revision control software. It can be used as both client and server for repositories and provides granular access control over data stored in the repository. It aims to be as compatible as possible with other CVS implementations, except when particular features reduce the overall security of the system. WWW: http://www.opencvs.org/ This port was requested by rdivacky@, who created the dist patches for OpenCVS.
12 lines
195 B
C
12 lines
195 B
C
--- worklist.c 22 Feb 2007 06:42:10 -0000 1.6
|
|
+++ worklist.c 17 Oct 2008 08:51:46 -0000
|
|
@@ -25,6 +25,7 @@
|
|
*/
|
|
|
|
#include <string.h>
|
|
+#include <time.h>
|
|
#include <unistd.h>
|
|
|
|
#include "cvs.h"
|
|
|