diff options
Diffstat (limited to 'lang/pfe/files/patch-ab')
-rw-r--r-- | lang/pfe/files/patch-ab | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/pfe/files/patch-ab b/lang/pfe/files/patch-ab deleted file mode 100644 index 253a2efa8ded..000000000000 --- a/lang/pfe/files/patch-ab +++ /dev/null @@ -1,11 +0,0 @@ ---- pfe/memory-sub.c.orig Fri Nov 24 21:44:35 2000 -+++ pfe/memory-sub.c Fri Nov 24 21:45:31 2000 -@@ -277,7 +277,7 @@ - memset(&ar, 0, sizeof(ar)); - - if (!mode) mode = 0664; -- f = open (name, O_CREAT|O_TRUNC|O_SYNC|O_WRONLY, mode); -+ f = open (name, O_CREAT|O_TRUNC|O_FSYNC|O_WRONLY, mode); - - if (f != -1) - { |