lrzsz.patch 604 B

1234567891011121314151617181920212223
  1. --- src/lrz.c.orig Wed Dec 30 08:49:24 1998
  2. +++ src/lrz.c Sun Nov 25 12:17:49 2001
  3. @@ -41,7 +41,7 @@
  4. #include "xstrtoul.h"
  5. #include "error.h"
  6. -#ifndef STRICT_PROTOTYPES
  7. +#if !defined(STRICT_PROTOTYPES) && !defined(__linux__)
  8. extern time_t time();
  9. extern char *strerror();
  10. extern char *strstr();
  11. --- src/lsz.c.orig Sun Nov 25 12:18:46 2001
  12. +++ src/lsz.c Sun Nov 25 12:18:10 2001
  13. @@ -50,7 +50,7 @@
  14. #include "xstrtoul.h"
  15. #include "error.h"
  16. -#ifndef STRICT_PROTOTYPES
  17. +#if !defined(STRICT_PROTOTYPES) && !defined(__linux__)
  18. extern time_t time();
  19. extern char *strerror();
  20. extern char *strstr();