mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 00:00: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.
10 lines
204 B
C
10 lines
204 B
C
--- cvs.h 27 Jun 2008 21:14:15 -0000 1.172
|
|
+++ cvs.h 17 Oct 2008 08:51:45 -0000
|
|
@@ -433,5 +433,6 @@
|
|
int cvs_watch(int, char **);
|
|
int cvs_watchers(int, char **);
|
|
|
|
+#define SIZE_MAX ULONG_MAX
|
|
|
|
#endif
|
|
|