Commit 93338075 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

polish



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4899 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent a3680bc2
......@@ -26,7 +26,7 @@ base64_init(void)
for (i = 0; i < 256; i++)
i64[i] = -1;
for (p = b64, i = 0; *p; p++, i++)
i64[(int)*p] = i;
i64[(int)*p] = (char)i;
i64['='] = 0;
}
......
......@@ -52,10 +52,6 @@ SVNID("$Id$")
#include "vsl.h"
#ifndef MAP_HASSEMAPHORE
#define MAP_HASSEMAPHORE 0 /* XXX Linux */
#endif
/*--------------------------------------------------------------------*/
static int
......
......@@ -49,10 +49,6 @@ SVNID("$Id$")
#include "vsl.h"
#ifndef MAP_HASSEMAPHORE
#define MAP_HASSEMAPHORE 0 /* XXX Linux */
#endif
static int vsl_nextlog(struct VSL_data *vd, unsigned char **pp);
/*--------------------------------------------------------------------*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment