ipaudit.patch 609 B

123456789101112131415161718192021222324
  1. --- src/hash.h.orig Sun May 21 02:24:05 2000
  2. +++ src/hash.h Wed Apr 24 09:35:18 2002
  3. @@ -6,6 +6,7 @@
  4. Type Definitions
  5. ------------------------------------------------------------------------
  6. */
  7. +#define u_char unsigned char
  8. typedef struct hlist_s {
  9. struct hlist_s *next;
  10. u_char *key;
  11. --- src/beta/pdate.c.orig Mon Oct 30 15:05:55 2000
  12. +++ src/beta/pdate.c Wed Apr 24 09:39:39 2002
  13. @@ -13,9 +13,7 @@
  14. #include <string.h>
  15. #include <unistd.h>
  16. #include <time.h>
  17. -#include <error.h>
  18. -
  19. -extern int errno;
  20. +#include <errno.h>
  21. /*
  22. ------------------------------------------------------------------------