patch-sh_h 408 B

1234567891011121314
  1. --- tcsh-6.17.00.orig/sh.h 2009-06-25 23:27:37.000000000 +0200
  2. +++ tcsh-6.17.00/sh.h 2010-02-15 18:45:11.000000000 +0100
  3. @@ -375,9 +375,11 @@ static inline void ignore(intptr_t a)
  4. #include <pwd.h>
  5. #include <grp.h>
  6. #endif /* WINNT_NATIVE */
  7. +#if !defined(BSD)
  8. #ifdef HAVE_SHADOW_H
  9. # include <shadow.h>
  10. #endif /* HAVE_SHADOW_H */
  11. +#endif
  12. #ifdef HAVE_AUTH_H
  13. # include <auth.h>
  14. #endif /* HAVE_AUTH_H */