mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -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.
12 lines
257 B
C
12 lines
257 B
C
--- xmalloc.c 22 Feb 2007 06:42:10 -0000 1.8
|
|
+++ xmalloc.c 17 Oct 2008 08:51:46 -0000
|
|
@@ -13,6 +13,8 @@
|
|
* called by a name other than "ssh" or "Secure Shell".
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
+
|
|
#include <limits.h>
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|