touchup configury
[buildroot.git] / package / portmap / portmap-5b-include-errno_h.patch
bloba440e61588090dd8415bd2637aa08097f7f415fb
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 @@
5 extern char *strerror();
6 #include <stdlib.h>
7 +#include <errno.h>
9 #ifndef LOG_PERROR
10 #define LOG_PERROR 0
11 @@ -124,7 +125,6 @@
12 static void callit();
13 struct pmaplist *pmaplist;
14 int debugging = 0;
15 -extern int errno;
17 #include "pmap_check.h"