summaryrefslogtreecommitdiff
path: root/editors/manedit/files/patch-maneditop.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/manedit/files/patch-maneditop.c')
-rw-r--r--editors/manedit/files/patch-maneditop.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/editors/manedit/files/patch-maneditop.c b/editors/manedit/files/patch-maneditop.c
new file mode 100644
index 000000000000..d4b5daedf6d5
--- /dev/null
+++ b/editors/manedit/files/patch-maneditop.c
@@ -0,0 +1,16 @@
+
+$FreeBSD$
+
+--- maneditop.c 2001/07/17 15:14:39 1.1
++++ maneditop.c 2001/07/17 15:16:23
+@@ -242,9 +242,7 @@
+ /* Not exist, so need to create a new one. */
+ rmkdir(
+ tmp_dir_rtn,
+- S_IRUSR | S_IWUSR | S_IXUSR |
+- S_IRGRP | S_IXGRP |
+- S_IROTH | S_IXOTH
++ S_IRUSR | S_IWUSR | S_IXUSR
+ );
+ }
+ }