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 0575ce0ef2b5c4b5dff6ad2e88ea496967bd98ec
parent 65f998fa79fc979a3862d0ae8c0a7c46f7891383
Author: Christoph Lohmann <20h@r-36.net>
Date:   Fri, 22 Jun 2018 22:13:24 +0200

Removing trailing whitespace.

Diffstat:
main.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/main.c b/main.c @@ -586,8 +586,8 @@ main(int argc, char *argv[]) #ifdef __OpenBSD__ char client_promises[25]; - snprintf(client_promises, sizeof(client_promises), - "rpath inet stdio %s", + snprintf(client_promises, sizeof(client_promises), + "rpath inet stdio %s", nocgi ? "" : "proc exec" ); pledge(client_promises, NULL); #endif /* __OpenBSD__ */