]> err.no Git - varnish/commit
Split compat.h into one header per function to avoid issues with e.g. the
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 8 Aug 2006 07:17:10 +0000 (07:17 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 8 Aug 2006 07:17:10 +0000 (07:17 +0000)
commit333120597bc65134845241a79f8d5d66d3bbd9df
tree2c9b3d402c309776d264d21463b906cc3bbf10cb
parent3dcca2953940307091a90860944556d2c32970a0
Split compat.h into one header per function to avoid issues with e.g. the
vasprintf() prototype needing <stdarg.h> even when it isn't used.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@761 d4fa192b-c00b-0410-8231-f00ffab90ce4
15 files changed:
varnish-cache/bin/varnishd/mgt_cli.c
varnish-cache/bin/varnishd/mgt_vcc.c
varnish-cache/bin/varnishd/storage_file.c
varnish-cache/bin/varnishd/tcp.c
varnish-cache/include/Makefile.am
varnish-cache/include/compat.h [deleted file]
varnish-cache/include/compat/asprintf.h [new file with mode: 0644]
varnish-cache/include/compat/strlcat.h [new file with mode: 0644]
varnish-cache/include/compat/strlcpy.h [new file with mode: 0644]
varnish-cache/include/compat/vasprintf.h [new file with mode: 0644]
varnish-cache/lib/libcompat/asprintf.c
varnish-cache/lib/libcompat/strlcat.c
varnish-cache/lib/libcompat/strlcpy.c
varnish-cache/lib/libcompat/vasprintf.c
varnish-cache/lib/libvcl/vcc_compile.c