diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2002-11-13 15:39:38 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2002-11-13 15:39:38 +0000 |
commit | 53f144b1419955aecce42da5e11dcaca9a8ad6cd (patch) | |
tree | 85f7a5f2e104e4b38a00ac76a75005a838cb4e81 /sysutils/curly/files/patch-machine.h | |
parent | Update to 1.4 Build 186 (diff) |
Add curly 3.4, generalize listed filenames to csh-extended glob
patterns.
Submitted by: Stephen Gunn <csg@fedex.com>
Notes
Notes:
svn path=/head/; revision=70037
Diffstat (limited to '')
-rw-r--r-- | sysutils/curly/files/patch-machine.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/curly/files/patch-machine.h b/sysutils/curly/files/patch-machine.h new file mode 100644 index 000000000000..417f055257f2 --- /dev/null +++ b/sysutils/curly/files/patch-machine.h @@ -0,0 +1,13 @@ +$FreeBSD$ + +--- bin/curly/machine.h.orig Wed Nov 13 08:08:13 2002 ++++ bin/curly/machine.h Wed Nov 13 08:08:48 2002 +@@ -19,7 +19,7 @@ + #endif + + #if !defined(NEED_MALLOC_EXTERN) +-#define NEED_MALLOC_EXTERN (!USE_MALLOC_H && !defined(NEXT2) && !defined(IRIX) && !defined(BSDI)) ++#define NEED_MALLOC_EXTERN (!USE_MALLOC_H && !defined(NEXT2) && !defined(IRIX) && !defined(BSDI) && !defined(FREEBSD)) + #endif + + #if !defined(USE_STDLIB) |