repo.or.cz
/
gumsense-br.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update nmap to latest version
[gumsense-br.git]
/
package
/
portmap
/
portmap-5b-include-errno_h.patch
blob
a440e61588090dd8415bd2637aa08097f7f415fb
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 @@
4
5
extern char *strerror();
6
#include <stdlib.h>
7
+#include <errno.h>
8
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;
16
17
#include "pmap_check.h"
18