diff options
author | Yang Tse <yangsita@gmail.com> | 2008-11-17 19:08:35 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-11-17 19:08:35 +0000 |
commit | a15b6a6f86229de50f7622e23a6b19c040d3d4e1 (patch) | |
tree | dc93d77360b88ca4ba23482fe5592d5c06b92c3a /src | |
parent | 20d3e2b9675d4158625e8e413e5c09f65cb80cab (diff) |
the IP address we want/request/use from the interface is the 'local'
address, the one on the box libcurl is running, not the 'remote' one.
Diffstat (limited to 'src')
-rw-r--r-- | src/config-riscos.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config-riscos.h b/src/config-riscos.h index 840b94f6b..f8df38ed5 100644 --- a/src/config-riscos.h +++ b/src/config-riscos.h @@ -369,9 +369,6 @@ /* Define to `int' if <sys/types.h> does not define. */ #undef ssize_t -/* this is a quick hack. I hope it's correct. */ -#define ifr_dstaddr ifr_addr - /* Define if you have the ioctl function. */ #define HAVE_IOCTL |