--- lib/bstring/bstrlib.c.orig	2010-07-27 16:56:26.000000000 +0200
+++ lib/bstring/bstrlib.c	2010-07-27 16:56:36.000000000 +0200
@@ -1859,12 +1859,6 @@
 #define START_VSNBUFF (256)
 #else
 
-#ifdef __GNUC__
-/* Something is making gcc complain about this prototype not being here, so 
-   I've just gone ahead and put it in. */
-extern int vsnprintf (char *buf, size_t count, const char *format, va_list arg);
-#endif
-
 #define exvsnprintf(r,b,n,f,a) {r = vsnprintf (b,n,f,a);}
 #endif
 #endif