c1434144237cc8ce22d0cc05ab19f005a5fe5f05
[hdw-linux/hdw-linux.git] / packages / net / portmap / portmap_c.patch
1 --- ./portmap.c.orig    2003-10-27 01:57:13.000000000 +0100
2 +++ ./portmap.c 2003-10-27 01:58:21.000000000 +0100
3 @@ -85,6 +85,7 @@
4  #include <stdio.h>
5  #include <syslog.h>
6  #include <netdb.h>
7 +#include <errno.h>
8  #include <sys/socket.h>
9  #include <sys/ioctl.h>
10  #include <sys/wait.h>
11 @@ -124,7 +125,6 @@
12  static void callit();
13  struct pmaplist *pmaplist;
14  int debugging = 0;
15 -extern int errno;
16  
17  #include "pmap_check.h"
18