Removing trailing whitespace. - geomyidae - A small C-based gopherd. | |
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae/ | |
Log | |
Files | |
Refs | |
Tags | |
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: M 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__ */ |