Ticket #25901: patch-lib-bstring-bstrlib_c
File patch-lib-bstring-bstrlib_c, 507 bytes (added by jul_bsd@…, 14 years ago) |
---|
Line | |
---|---|
1 | --- lib/bstring/bstrlib.c.orig 2010-07-27 16:56:26.000000000 +0200 |
2 | +++ lib/bstring/bstrlib.c 2010-07-27 16:56:36.000000000 +0200 |
3 | @@ -1859,12 +1859,6 @@ |
4 | #define START_VSNBUFF (256) |
5 | #else |
6 | |
7 | -#ifdef __GNUC__ |
8 | -/* Something is making gcc complain about this prototype not being here, so |
9 | - I've just gone ahead and put it in. */ |
10 | -extern int vsnprintf (char *buf, size_t count, const char *format, va_list arg); |
11 | -#endif |
12 | - |
13 | #define exvsnprintf(r,b,n,f,a) {r = vsnprintf (b,n,f,a);} |
14 | #endif |
15 | #endif |