diff options
| author | Daniel Stenberg <daniel@haxx.se> | 2004-01-16 07:15:05 +0000 | 
|---|---|---|
| committer | Daniel Stenberg <daniel@haxx.se> | 2004-01-16 07:15:05 +0000 | 
| commit | 27b7220f1b536f3854d9fa35d0bd12321ac858e3 (patch) | |
| tree | b73ec476775b70503cdc9975e8f2f748c47a8898 | |
| parent | a275365c72fb628c8ea1e246aac02f6ebcb2b20b (diff) | |
silly me
| -rw-r--r-- | lib/if2ip.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/if2ip.h b/lib/if2ip.h index 239087d74..f2c3a541f 100644 --- a/lib/if2ip.h +++ b/lib/if2ip.h @@ -25,7 +25,7 @@  #include "setup.h"  #if !defined(WIN32) && !defined(__BEOS__) && !defined(__CYGWIN32__) && \ -    !defined(__riscos__) !defined(__INTERIX) +    !defined(__riscos__) && !defined(__INTERIX)  extern char *Curl_if2ip(char *interface, char *buf, int buf_size);  #else  #define Curl_if2ip(a,b,c) NULL | 
