updated/fixed stage3 packages with priority <= 2 (beside ipsec-tools & rarpd)
[hdw-linux/hdw-linux.git] / packages / net / portmap / portmap_c.patch
1 --- ./portmap.c 2003-03-10 12:32:26.000000000 -0600
2 +++ ./portmap.c.new     2003-03-10 12:38:01.000000000 -0600
3 @@ -129,7 +129,8 @@
4  static void callit();
5  struct pmaplist *pmaplist;
6  int debugging = 0;
7 -extern int errno;
8 +#include <errno.h>
9 +/* extern int errno; */
10  
11  #include "pmap_check.h"
12