mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -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
182 B
C
11 lines
182 B
C
--- log.c 12 Jun 2008 16:53:12 -0000 1.45
|
|
+++ log.c 17 Oct 2008 08:51:45 -0000
|
|
@@ -27,6 +27,7 @@
|
|
|
|
#include <errno.h>
|
|
#include <string.h>
|
|
+#include <time.h>
|
|
|
|
#include "cvs.h"
|
|
|
|
|