[ darkhttpd-1.3 release ]

Also remove an unused variable.
This commit is contained in:
Emil Mikulic 2006-07-21 09:33:55 +00:00
parent 868c1ed1da
commit c9947250f2

View File

@ -17,7 +17,7 @@
*/
static const char
pkgname[] = "darkhttpd/1.2",
pkgname[] = "darkhttpd/1.3",
copyright[] = "copyright (c) 2003, 2004, 2006 Emil Mikulic",
rcsid[] = "$Id$";
@ -2409,7 +2409,6 @@ pidfile_read(void)
static void
pidfile_create(void)
{
struct stat sb;
int error, fd;
char pidstr[16];
assert(pidfile_path != NULL);