--- share/fs.c.orig	2009-09-20 05:06:00.000000000 -0500
+++ share/fs.c	2010-03-26 18:35:06.000000000 -0500
@@ -389,16 +389,9 @@
 
 /* -------------------------------------------------------------------------- */
 
-/*
- * Trying to avoid defining a feature test macro for every platform by
- * declaring vsnprintf with the C99 signature.  This is probably bad.
- */
-
 #include <stdio.h>
 #include <stdarg.h>
 
-extern int vsnprintf(char *, size_t, const char *, va_list);
-
 int fs_printf(fs_file fh, const char *fmt, ...)
 {
     char *buff;
