summaryrefslogtreecommitdiffstats
path: root/src/pty.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-05-19 13:41:14 +0200
committerBram Moolenaar <Bram@vim.org>2011-05-19 13:41:14 +0200
commitb07269a548ee40bf509f8ce2c19f3a86d37916e5 (patch)
tree2ffea40e095946ceb9f0ab51477728153ee345bc /src/pty.c
parent20f90cf99a156ba6fa93fc44047264685f210824 (diff)
updated for version 7.3.191v7.3.191
Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
Diffstat (limited to 'src/pty.c')
-rw-r--r--src/pty.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/pty.c b/src/pty.c
index bc28c0d9ab..59e0069cc0 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -123,8 +123,7 @@
static void initmaster __ARGS((int));
/*
- * Open all ptys with O_NOCTTY, just to be on the safe side
- * (RISCos mips breaks otherwise)
+ * Open all ptys with O_NOCTTY, just to be on the safe side.
*/
#ifndef O_NOCTTY
# define O_NOCTTY 0