mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 15:20:32 -04:00
CVSNT is a CVS clone. CVSNT features are: * Merge tracking via MergePoint attribute. * Support for :sspi: and :sserver: authentication. * Branch ACLs can be used to restrict access. * Directory browsing via cvs ls command. * LockServer on a second port replaces filesystem-based locks & provides file level locking. * More sophisticated / extra triggers available e.g. postcommit. * Supports Unicode files with additional keyword expansion switches. * Atomic Checkout behaviour ensures you get the right version of every file. * Efficient storage of binary files using binary deltas.
8 lines
213 B
C++
8 lines
213 B
C++
--- rcs/common.cpp.orig Sun Jan 25 21:05:34 2004
|
|
+++ rcs/common.cpp Sun Jan 25 21:05:42 2004
|
|
@@ -1,5 +1,4 @@
|
|
#include <stdio.h>
|
|
-#include <malloc.h>
|
|
#include <string>
|
|
#ifdef _WIN32
|
|
#define WIN32_LEAN_AND_MEAN
|