aboutsummaryrefslogtreecommitdiff
path: root/devel/anjuta/files/patch-src::launcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/anjuta/files/patch-src::launcher.c')
-rw-r--r--devel/anjuta/files/patch-src::launcher.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/anjuta/files/patch-src::launcher.c b/devel/anjuta/files/patch-src::launcher.c
deleted file mode 100644
index 5783dc99ee6f..000000000000
--- a/devel/anjuta/files/patch-src::launcher.c
+++ /dev/null
@@ -1,14 +0,0 @@
---- src/launcher.c.orig Sun Apr 24 09:28:02 2005
-+++ src/launcher.c Wed Aug 17 02:33:34 2005
-@@ -1130,9 +1130,9 @@ anjuta_launcher_fork (AnjutaLauncher *la
- /* Set no delays for the write pipes (non_buffered) so
- that we get all the outputs immidiately */
- if ((md = fcntl (stdout_pipe[1], F_GETFL)) != -1)
-- fcntl (stdout_pipe[1], F_SETFL, O_SYNC | md);
-+ fcntl (stdout_pipe[1], F_SETFL, O_FSYNC | md);
- if ((md = fcntl (stderr_pipe[1], F_GETFL)) != -1)
-- fcntl (stderr_pipe[1], F_SETFL, O_SYNC | md);
-+ fcntl (stderr_pipe[1], F_SETFL, O_FSYNC | md);
-
- execvp (args[0], args);
- g_warning (_("Cannot execute command: \"%s\""), args[0]);