mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build breakage on 7.x. pthread.h does not include sys/types.h now.
This commit is contained in:
parent
f16ca1e1d3
commit
dba95a6c76
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=142416
1 changed files with 11 additions and 0 deletions
11
net/cvsync/files/patch-common_cvsync.h
Normal file
11
net/cvsync/files/patch-common_cvsync.h
Normal file
|
@ -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
|
||||
|
Loading…
Add table
Reference in a new issue