aboutsummaryrefslogtreecommitdiff
path: root/editors/jed/files/patch-src-unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'editors/jed/files/patch-src-unix.c')
-rw-r--r--editors/jed/files/patch-src-unix.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/editors/jed/files/patch-src-unix.c b/editors/jed/files/patch-src-unix.c
deleted file mode 100644
index b6e7a0e0958e..000000000000
--- a/editors/jed/files/patch-src-unix.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/unix.c.orig Wed Oct 13 14:52:19 2004
-+++ src/unix.c Wed Oct 13 14:52:32 2004
-@@ -722,7 +722,7 @@
- # endif
- #endif
-
-- *mode = m & 0777;
-+ *mode = m & 07777;
-
- if (S_ISDIR(m)) return (2);
- return(1);