geomyidae

A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
git clone git://r-36.net/geomyidae
Log | Files | Refs | README | LICENSE

commit 38fbc5e6f24914eb7f76ee9ea9c06b4ffd6a64ca
parent 1901d9ec87e4a4d9fe4caf5196011f9a8d1674e1
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 24 Oct 2015 18:57:21 +0200

handlr: args is not used, suppress warning

Signed-off-by: Christoph Lohmann <20h@r-36.net>

Diffstat:
handlr.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/handlr.c b/handlr.c @@ -29,6 +29,7 @@ handledir(int sock, char *path, char *port, char *base, char *args, struct stat st; filetype *type; + USED(args); USED(sear); pa = gstrdup(path);