diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-16 22:32:06 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-16 22:32:06 +0000 |
commit | 9046ec2a4c8064d9c26eb496b5d1f089a09efd61 (patch) | |
tree | a789a9f40ba45eec899d19f519157d69aaf95efc /devel/cocktail | |
parent | 011874a373e3ba85b49621c3b316bd2e6d329638 (diff) | |
download | ports-9046ec2a4c8064d9c26eb496b5d1f089a09efd61.tar.gz ports-9046ec2a4c8064d9c26eb496b5d1f089a09efd61.zip |
Fix build on 4.x
Notes
Notes:
svn path=/head/; revision=124234
Diffstat (limited to 'devel/cocktail')
-rw-r--r-- | devel/cocktail/files/patch-reuse-m2c-SYSTEM_.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/cocktail/files/patch-reuse-m2c-SYSTEM_.h b/devel/cocktail/files/patch-reuse-m2c-SYSTEM_.h index 4c4556569c29..278a0bf209a7 100644 --- a/devel/cocktail/files/patch-reuse-m2c-SYSTEM_.h +++ b/devel/cocktail/files/patch-reuse-m2c-SYSTEM_.h @@ -1,5 +1,5 @@ ---- /usr/ports/devel/cocktail/work/cocktail-9309//./reuse/m2c/SYSTEM_.h Tue Feb 15 14:26:45 1994 -+++ ./reuse/m2c/SYSTEM_.h Thu Aug 5 18:49:33 2004 +--- reuse/m2c/SYSTEM_.h.orig Wed Feb 16 00:26:45 1994 ++++ reuse/m2c/SYSTEM_.h Fri Dec 17 09:21:56 2004 @@ -16,10 +16,18 @@ /* */ /************************************************************************/ @@ -8,7 +8,7 @@ + +# include <stdlib.h> +# include <string.h> -+# include <sys/limits.h> ++# include <limits.h> + # ifdef __STDC__ # define ARGS(parameters) parameters |