aboutsummaryrefslogtreecommitdiff
path: root/security/xinetd/files/patch-xinetd_child.c
diff options
context:
space:
mode:
Diffstat (limited to 'security/xinetd/files/patch-xinetd_child.c')
-rw-r--r--security/xinetd/files/patch-xinetd_child.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/security/xinetd/files/patch-xinetd_child.c b/security/xinetd/files/patch-xinetd_child.c
index 6ddbf9125988..82a0d106a878 100644
--- a/security/xinetd/files/patch-xinetd_child.c
+++ b/security/xinetd/files/patch-xinetd_child.c
@@ -1,6 +1,6 @@
---- xinetd/child.c.orig 2016-07-13 19:00:31 UTC
+--- xinetd/child.c.orig 2012-05-09 16:03:17 UTC
+++ xinetd/child.c
-@@ -168,7 +168,8 @@ void exec_server( const struct server *s
+@@ -168,7 +168,8 @@ void exec_server( const struct server *serp )
}
#endif
@@ -10,15 +10,15 @@
#ifndef solaris
#if !defined(HAVE_SETSID)
-@@ -321,11 +322,6 @@ void child_process( struct server *serp
+@@ -320,11 +321,6 @@ void child_process( struct server *serp )
+ }
signals_pending[0] = -1;
signals_pending[1] = -1;
-
+-
- Sclose(0);
- Sclose(1);
- Sclose(2);
-
--
+
#ifdef DEBUG_SERVER
if ( debug.on )
- {