aboutsummaryrefslogtreecommitdiffstats
path: root/net/cvsync/files
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2005-09-11 12:02:38 +0800
committerhrs <hrs@FreeBSD.org>2005-09-11 12:02:38 +0800
commitd4be603d37647e064ffd847bfd2efb7549a04dd9 (patch)
tree3033727ca99cea216fc9c78c3b2a8422da392ee0 /net/cvsync/files
parent787de1aec62374aca58d239b69f8742fd10c68b2 (diff)
downloadfreebsd-ports-gnome-d4be603d37647e064ffd847bfd2efb7549a04dd9.tar.gz
freebsd-ports-gnome-d4be603d37647e064ffd847bfd2efb7549a04dd9.tar.zst
freebsd-ports-gnome-d4be603d37647e064ffd847bfd2efb7549a04dd9.zip
Fix build breakage on 7.x. pthread.h does not include sys/types.h now.
Diffstat (limited to 'net/cvsync/files')
-rw-r--r--net/cvsync/files/patch-common_cvsync.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/cvsync/files/patch-common_cvsync.h b/net/cvsync/files/patch-common_cvsync.h
new file mode 100644
index 000000000000..bf224b92c431
--- /dev/null
+++ b/net/cvsync/files/patch-common_cvsync.h
@@ -0,0 +1,11 @@
+--- 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
+