Index: head/net/delegate/files/patch-src_env.c =================================================================== --- head/net/delegate/files/patch-src_env.c (nonexistent) +++ head/net/delegate/files/patch-src_env.c (revision 435510) @@ -0,0 +1,11 @@ +--- src/env.c.orig 2017-03-05 22:10:09 UTC ++++ src/env.c +@@ -2080,7 +2080,7 @@ static void confCGI(Connection *Conn,DYC + if( *ereq ){ + putenv(ereq); + } +- if( 0 <= esock ){ ++ if( esock != NULL ){ + sprintf(esock,"CLSOCK=%d",ClientSock); + putenv(esock); + } Property changes on: head/net/delegate/files/patch-src_env.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property