patch-ee_c 511 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-ee_c,v 1.5 2012/05/10 19:30:31 gonzalo Exp $
  2. --- ee.c.orig Thu May 10 19:35:13 2012
  3. +++ ee.c Thu May 10 19:35:19 2012
  4. @@ -111,6 +111,8 @@ nl_catd catalog;
  5. #define SIGCHLD SIGCLD
  6. #endif
  7. +#define SIGUNUSED 31
  8. +
  9. #define TAB 9
  10. #define max(a, b) (a > b ? a : b)
  11. #define min(a, b) (a < b ? a : b)
  12. @@ -4124,7 +4126,7 @@ Format() /* format the paragraph according to set marg
  13. }
  14. unsigned char *init_name[3] = {
  15. - "/usr/local/lib/init.ee",
  16. + SYSCONFDIR "/init.ee",
  17. NULL,
  18. ".init.ee"
  19. };