0
0
mirror of https://github.com/openwrt/packages.git synced 2025-02-12 03:28:07 +00:00
packages/utils/mg/patches/900-musl_compatibility.patch
Hirokazu MORIKAWA 41b1b08115 mg: add new package/microscopic emacs style editor
For Emacsian!

You can use "Dired", which is Emacsian's favorite.
You can also use "re-search".

Signed-off-by: Hirokazu MORIKAWA <morikw2@gmail.com>
2019-05-18 21:32:37 +09:00

14 lines
255 B
Diff

--- a/fileio.c
+++ b/fileio.c
@@ -23,6 +23,10 @@
#include <string.h>
#include <unistd.h>
+#ifndef DEFFILEMODE
+#define DEFFILEMODE (S_IRUSR|S_IWUSR|S_IRGRP|S_IWGRP|S_IROTH|S_IWOTH)
+#endif
+
#include "def.h"
#include "kbd.h"
#include "pathnames.h"