]> err.no Git - varnish/commitdiff
paste-o.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 15:42:46 +0000 (15:42 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 15:42:46 +0000 (15:42 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@722 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/compat.h

index 9bf3dbf400bfcf9eebfaeecc5247c19e7b99f86e..1e52a9907e86695e2efce0548f3cb28149768ffc 100644 (file)
@@ -6,7 +6,7 @@
 #define COMPAT_H_INCLUDED
 
 #ifndef HAVE_VASPRINTF
-int asprintf(char **strp, const char *fmt, va_list ap)
+int vasprintf(char **strp, const char *fmt, va_list ap)
 #endif
 
 #ifndef HAVE_ASPRINTF