diff options
Diffstat (limited to 'editors/emacs/files/patch-src_unexaix.c')
-rw-r--r-- | editors/emacs/files/patch-src_unexaix.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/emacs/files/patch-src_unexaix.c b/editors/emacs/files/patch-src_unexaix.c deleted file mode 100644 index 4c13317e8e43..000000000000 --- a/editors/emacs/files/patch-src_unexaix.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/unexaix.c.orig 2015-08-22 16:04:45 UTC -+++ src/unexaix.c -@@ -478,7 +478,7 @@ mark_x (const char *name) - int um; - int new = 0; /* for PERROR */ - -- um = umask (777); -+ um = umask (0777); - umask (um); - if (stat (name, &sbuf) == -1) - { |