]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/bsys.c
Remove delete of CVS files
[bacula/bacula] / bacula / src / lib / bsys.c
index d41d971077e1f040925d71b410f20390a9e6ea76..67c163242b42e007efc8d36f1ed75ba3477afae4 100644 (file)
@@ -216,6 +216,8 @@ void *bcalloc (size_t size1, size_t size2)
    return buf;
 }
 
+/* Code now in src/lib/bsnprintf.c */
+#ifndef USE_BSNPRINTF
 
 #define BIG_BUF 5000
 /*
@@ -259,6 +261,7 @@ int bvsnprintf(char *str, int32_t size, const char  *format, va_list ap)
    return len;
 #endif
 }
+#endif /* USE_BSNPRINTF */
 
 #ifndef HAVE_LOCALTIME_R