projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3fcd40
)
make ares compile again for NetWare.
author
Gunter Knauf
<gk@gknw.de>
Wed, 10 Aug 2005 17:03:53 +0000
(17:03 +0000)
committer
Gunter Knauf
<gk@gknw.de>
Wed, 10 Aug 2005 17:03:53 +0000
(17:03 +0000)
ares/ares_private.h
patch
|
blob
|
history
ares/ares_process.c
patch
|
blob
|
history
diff --git
a/ares/ares_private.h
b/ares/ares_private.h
index
1a8a2aa
..
83b77d2
100644
(file)
--- a/
ares/ares_private.h
+++ b/
ares/ares_private.h
@@
-33,6
+33,10
@@
#define writev(s,v,c) writev_s(s,v,c)
#endif
+#ifdef NETWARE
+#include <time.h>
+#endif
+
#define DEFAULT_TIMEOUT 5
#define DEFAULT_TRIES 4
#ifndef INADDR_NONE
diff --git
a/ares/ares_process.c
b/ares/ares_process.c
index
c050308
..
eb4e054
100644
(file)
--- a/
ares/ares_process.c
+++ b/
ares/ares_process.c
@@
-36,6
+36,9
@@
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif
+#ifdef NETWARE
+#include <sys/filio.h>
+#endif
#endif
#include <string.h>