]> err.no Git - varnish/commit
Portability tweaks: use our own sbuf.h and queue.h; get rid of __DECONST; get
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 4 Apr 2006 07:24:07 +0000 (07:24 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 4 Apr 2006 07:24:07 +0000 (07:24 +0000)
commita5e3d2bb45647da1c787a35ff2d1dceb233f7262
tree1241bbd43ccb8f1e41c2d1d1efebb56210805f94
parentcfd16c6dd84acec6623250ffa41ce07eefee2f9a
Portability tweaks: use our own sbuf.h and queue.h; get rid of __DECONST; get
rid of digittoint() (which is pointless since ISO C guarantees that digits
are consecutive in the execution character set); get rid of __unused.

Also fix a buglet in argv.c's BackSlash() (parsing of octal numbers), and
constify the array passed around by ParseArgv() and FreeArgv().

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@103 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/bin/varnishd/cache_acceptor.c
varnish-cache/include/cli_priv.h
varnish-cache/include/libvarnish.h
varnish-cache/lib/libvarnish/argv.c
varnish-cache/lib/libvarnish/cli.c
varnish-cache/lib/libvcl/vcl_compile.c