]> hackdaworld.org Git - hdw-linux/hdw-linux.git/blobdiff - packages/net/portmap/portmap_c.patch
CHANGELOG 2005-08-17
[hdw-linux/hdw-linux.git] / packages / net / portmap / portmap_c.patch
index c1434144237cc8ce22d0cc05ab19f005a5fe5f05..4958f0015476588eb9f5b3fe6e40d46877af4f5c 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"