summaryrefslogtreecommitdiff
path: root/package/tcsh/patches/patch-sh_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:09:09 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-08-01 20:09:09 +0200
commit9d8ce74086152a6431f92e95533a31a0cd6b2d23 (patch)
tree114dea73035cef5daa129fec4da31febf292dd66 /package/tcsh/patches/patch-sh_h
parentd797df53c90b50b326fb0f39a6928e207e1cbe1d (diff)
parent4fa46b6a63a479a7a216b519c329dbfe53b0ca39 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/tcsh/patches/patch-sh_h')
-rw-r--r--package/tcsh/patches/patch-sh_h11
1 files changed, 10 insertions, 1 deletions
diff --git a/package/tcsh/patches/patch-sh_h b/package/tcsh/patches/patch-sh_h
index b638e850f..029fca58f 100644
--- a/package/tcsh/patches/patch-sh_h
+++ b/package/tcsh/patches/patch-sh_h
@@ -1,5 +1,14 @@
--- tcsh-6.17.00.orig/sh.h 2009-06-25 23:27:37.000000000 +0200
-+++ tcsh-6.17.00/sh.h 2010-02-15 18:45:11.000000000 +0100
++++ tcsh-6.17.00/sh.h 2010-07-31 19:48:01.000000000 +0200
+@@ -338,7 +338,7 @@ static inline void ignore(intptr_t a)
+ # include <sys/filio.h>
+ #endif /* (!FIOCLEX && SUNOS4) || (SYSVREL == 4 && !_SEQUENT_ && !SCO && !_SX ) */
+
+-#if !defined(_MINIX) && !defined(supermax) && !defined(WINNT_NATIVE) && !defined(IRIS4D)
++#if !defined(_MINIX) && !defined(supermax) && !defined(WINNT_NATIVE) && !defined(IRIS4D) && !defined(__FreeBSD__)
+ # include <sys/file.h>
+ #endif /* !_MINIX && !supermax && !WINNT_NATIVE && !defined(IRIS4D) */
+
@@ -375,9 +375,11 @@ static inline void ignore(intptr_t a)
#include <pwd.h>
#include <grp.h>