summaryrefslogtreecommitdiff
path: root/editors/manedit/files/patch-maneditop.c
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-07-17 15:20:37 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-07-17 15:20:37 +0000
commit6367ceead90c962fadf4eb8f285b6303b00cd63f (patch)
treec69c3976ce09bc48fb93c5704004adbd55ab06e2 /editors/manedit/files/patch-maneditop.c
parentUpdate to 0.7. (diff)
Update to 0.4.1.
PR: 28700 Submitted by: Pete Fritchman <petef@databits.net>
Notes
Notes: svn path=/head/; revision=45198
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
+ );
+ }
+ }