diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2005-09-19 17:13:34 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2005-09-19 17:13:34 +0000 |
commit | 1f5af49e9f68aedc7f72a11be14c48babf451c5e (patch) | |
tree | 7ca0de0e92c3fdde165924219be5c9d180fa259f /net/cvsync/files/patch-common_cvsync.h | |
parent | - Update to 1.26 (diff) |
Update to 0.24.19. cvsync now supports TIGER/192 and RIPEMD160.
Diffstat (limited to 'net/cvsync/files/patch-common_cvsync.h')
-rw-r--r-- | net/cvsync/files/patch-common_cvsync.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/net/cvsync/files/patch-common_cvsync.h b/net/cvsync/files/patch-common_cvsync.h deleted file mode 100644 index bf224b92c431..000000000000 --- a/net/cvsync/files/patch-common_cvsync.h +++ /dev/null @@ -1,11 +0,0 @@ ---- common/cvsync.h.orig Mon Jun 7 14:33:25 2004 -+++ common/cvsync.h Sun Sep 11 03:34:22 2005 -@@ -30,6 +30,8 @@ - #ifndef __CVSYNC_H__ - #define __CVSYNC_H__ - -+#include <sys/types.h> -+ - #define CVSYNC_MAXCMDLEN 2048 - #define CVSYNC_MAXADDRLEN 128 - |