mirror of
https://github.com/emikulic/darkhttpd.git
synced 2023-08-10 21:13:08 +03:00
[ darkhttpd-1.3 release ]
Also remove an unused variable.
This commit is contained in:
parent
868c1ed1da
commit
c9947250f2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user