Skip to content

Commit

Permalink
silly me
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Jan 16, 2004
1 parent a275365 commit 27b7220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/if2ip.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 27b7220

Please sign in to comment.