From 6367ceead90c962fadf4eb8f285b6303b00cd63f Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Tue, 17 Jul 2001 15:20:37 +0000 Subject: Update to 0.4.1. PR: 28700 Submitted by: Pete Fritchman --- editors/manedit/files/patch-maneditop.c | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 editors/manedit/files/patch-maneditop.c (limited to 'editors/manedit/files/patch-maneditop.c') 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 + ); + } + } -- cgit v1.2.3