snac2

Fork of https://codeberg.org/grunfink/snac2
git clone https://git.inz.fi/snac2
Log | Files | Refs | README | LICENSE

commit 3283536cfab70d96671458a2d6ac2cf8bebc3940
parent 2bfebba7be63518f337663ec9a81a4be0de835f7
Author: default <nobody@localhost>
Date:   Wed, 22 Feb 2023 09:31:18 +0100

Deleted useless code.

Diffstat:
Mhttpd.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/httpd.c b/httpd.c @@ -342,7 +342,6 @@ static void *job_thread(void *arg) return NULL; } -#include <poll.h> static void *background_thread(void *arg) /* background thread (queue management and other things) */