Ticket #23952: curl-patch
File curl-patch, 339 bytes (added by darenzana@…, 15 years ago) |
---|
Line | |
---|---|
1 | --- curl.h~ 2010-03-07 03:10:59.000000000 +0100 |
2 | +++ curl.h 2010-03-07 03:47:39.000000000 +0100 |
3 | @@ -47,7 +47,7 @@ |
4 | #include <stdio.h> |
5 | #include <limits.h> |
6 | |
7 | -#if defined(__FreeBSD__) && (__FreeBSD__ >= 2) |
8 | +#if !defined(__FreeBSD__) && (__FreeBSD__ >= 2) |
9 | /* Needed for __FreeBSD_version symbol definition */ |
10 | #include <osreldate.h> |
11 | #endif |