mirror of
https://git.freebsd.org/ports.git
synced 2025-06-13 00:30:33 -04:00
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.
11 lines
186 B
C
11 lines
186 B
C
--- cmd.c 3 Feb 2008 18:18:44 -0000 1.68
|
|
+++ cmd.c 17 Oct 2008 08:51:45 -0000
|
|
@@ -27,6 +27,7 @@
|
|
#include <sys/dirent.h>
|
|
|
|
#include <string.h>
|
|
+#include <time.h>
|
|
|
|
#include "cvs.h"
|
|
|
|
|