portmap-5b-include-errno_h.patch 403 B

123456789101112131415161718
  1. --- portmap_5beta/portmap.c.orig 2002-12-31 22:13:17.000000000 +0200
  2. +++ portmap_5beta/portmap.c 2002-12-31 22:13:50.000000000 +0200
  3. @@ -97,6 +97,7 @@
  4. extern char *strerror();
  5. #include <stdlib.h>
  6. +#include <errno.h>
  7. #ifndef LOG_PERROR
  8. #define LOG_PERROR 0
  9. @@ -124,7 +125,6 @@
  10. static void callit();
  11. struct pmaplist *pmaplist;
  12. int debugging = 0;
  13. -extern int errno;
  14. #include "pmap_check.h"