aboutsummaryrefslogtreecommitdiff
path: root/runit/runsvdir.c
diff options
context:
space:
mode:
Diffstat (limited to 'runit/runsvdir.c')
-rw-r--r--runit/runsvdir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/runsvdir.c b/runit/runsvdir.c
index 2f54cfef8..cce2c5d9c 100644
--- a/runit/runsvdir.c
+++ b/runit/runsvdir.c
@@ -191,7 +191,7 @@ static int setup_log(void)
191 coe(logpipe[0]); 191 coe(logpipe[0]);
192 ndelay_on(logpipe[0]); 192 ndelay_on(logpipe[0]);
193 ndelay_on(logpipe[1]); 193 ndelay_on(logpipe[1]);
194 if (fd_copy(2, logpipe[1]) == -1) { 194 if (dup2(logpipe[1], 2) == -1) {
195 warnx("cannot set filedescriptor for log"); 195 warnx("cannot set filedescriptor for log");
196 return -1; 196 return -1;
197 } 197 }