From b091515aa4a694b761489a293910204c9d427483 Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Wed, 9 Mar 2005 14:43:07 +0000 Subject: [PATCH] use EopenD() instead of Eopen() git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1888 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/src/context-sync.hc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util-vserver/src/context-sync.hc b/util-vserver/src/context-sync.hc index 9bb5d29..07a72de 100644 --- a/util-vserver/src/context-sync.hc +++ b/util-vserver/src/context-sync.hc @@ -47,7 +47,7 @@ doSyncStage1(int p[2][2], bool do_disconnect) if (!do_disconnect) return; - fd = Eopen("/dev/null", O_RDONLY|O_NONBLOCK, 0); + fd = EopenD("/dev/null", O_RDONLY|O_NONBLOCK, 0); Esetsid(); Edup2(fd, 0); Eclose(p[1][0]); -- 1.8.1.5