]> err.no Git - varnish/commit
Add implementations of asprintf(3) and vasprintf(3).
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 15:24:24 +0000 (15:24 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 15:24:24 +0000 (15:24 +0000)
commit3069841b285021d960aa03f325e8389d07d290a3
tree070136abed996bad6b23e6550adc235a5a0b20f4
parent198fb4830f98e50fa9aa580f9040524e290a6e3b
Add implementations of asprintf(3) and vasprintf(3).

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@721 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/configure.ac
varnish-cache/include/compat.h
varnish-cache/lib/libcompat/Makefile.am
varnish-cache/lib/libcompat/asprintf.c [new file with mode: 0644]
varnish-cache/lib/libcompat/strlcat.c
varnish-cache/lib/libcompat/strlcpy.c
varnish-cache/lib/libcompat/vasprintf.c [new file with mode: 0644]