updated/fixed stage3 packages with priority <= 2 (beside ipsec-tools & rarpd)
[hdw-linux/hdw-linux.git] / packages / net / portmap / portmap_c.patch
index c143414..4958f00 100644 (file)
@@ -1,18 +1,12 @@
---- ./portmap.c.orig   2003-10-27 01:57:13.000000000 +0100
-+++ ./portmap.c        2003-10-27 01:58:21.000000000 +0100
-@@ -85,6 +85,7 @@
- #include <stdio.h>
- #include <syslog.h>
- #include <netdb.h>
-+#include <errno.h>
- #include <sys/socket.h>
- #include <sys/ioctl.h>
- #include <sys/wait.h>
-@@ -124,7 +125,6 @@
+--- ./portmap.c        2003-03-10 12:32:26.000000000 -0600
++++ ./portmap.c.new    2003-03-10 12:38:01.000000000 -0600
+@@ -129,7 +129,8 @@
  static void callit();
  struct pmaplist *pmaplist;
  int debugging = 0;
 -extern int errno;
++#include <errno.h>
++/* extern int errno; */
  
  #include "pmap_check.h"