aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/led/files/patch-src::file.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/editors/led/files/patch-src::file.c b/editors/led/files/patch-src::file.c
new file mode 100644
index 000000000000..1bae33d41233
--- /dev/null
+++ b/editors/led/files/patch-src::file.c
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- src/file.c 2002/07/15 11:40:21 1.1
++++ src/file.c 2002/07/15 11:42:31
+@@ -192,6 +192,8 @@
+ putc('\r', fp);
+ putc('\n', fp);
+ }
++ fflush(fp);
++ fsync(fileno(fp));
+
+ return 0;
+ }