summaryrefslogtreecommitdiff
path: root/package/tcsh/patches/patch-sh_h
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-16 20:39:01 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-16 20:39:01 +0100
commitc4df48a030c704352ce51b73a664ef4d6ff0d324 (patch)
tree097879c02ada3c89a3a976f0b6781f295c2e3478 /package/tcsh/patches/patch-sh_h
parentbb534316d8f79e60154b21a04cabec24bed69ba5 (diff)
parent339a86a351dffaa44ed3649b1eccb255fd860733 (diff)
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/tcsh/patches/patch-sh_h')
-rw-r--r--package/tcsh/patches/patch-sh_h14
1 files changed, 14 insertions, 0 deletions
diff --git a/package/tcsh/patches/patch-sh_h b/package/tcsh/patches/patch-sh_h
new file mode 100644
index 000000000..b638e850f
--- /dev/null
+++ b/package/tcsh/patches/patch-sh_h
@@ -0,0 +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
+@@ -375,9 +375,11 @@ static inline void ignore(intptr_t a)
+ #include <pwd.h>
+ #include <grp.h>
+ #endif /* WINNT_NATIVE */
++#if !defined(BSD)
+ #ifdef HAVE_SHADOW_H
+ # include <shadow.h>
+ #endif /* HAVE_SHADOW_H */
++#endif
+ #ifdef HAVE_AUTH_H
+ # include <auth.h>
+ #endif /* HAVE_AUTH_H */