aboutsummaryrefslogtreecommitdiff
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.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/manedit/files/patch-maneditop.c b/editors/manedit/files/patch-maneditop.c
index d4b5daedf6d5..dae3728a672c 100644
--- a/editors/manedit/files/patch-maneditop.c
+++ b/editors/manedit/files/patch-maneditop.c
@@ -1,14 +1,14 @@
$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. */
+--- maneditop.c.orig Tue Nov 16 13:09:17 2004
++++ maneditop.c Tue Nov 16 19:27:06 2004
+@@ -236,9 +236,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_IRGRP | S_IXGRP |
- S_IROTH | S_IXOTH
+ S_IRUSR | S_IWUSR | S_IXUSR
);