tRemoving trailing whitespace. - geomyidae - A small C-based gopherd. (gopher://bitreich.org/1/scm/geomyidae)
 (HTM) git clone git://r-36.net/geomyidae
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 0575ce0ef2b5c4b5dff6ad2e88ea496967bd98ec
 (DIR) parent 65f998fa79fc979a3862d0ae8c0a7c46f7891383
 (HTM) 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(-)
       ---
 (DIR) diff --git a/main.c b/main.c
       t@@ -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__ */