ports/devel/opencvs/files/patch-cvs.h
Gabor Kovesdan 69d5c43463 OpenCVS is a FREE implementation of the Concurrent Versions System, the most
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.
2008-11-01 18:43:36 +00:00

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