comparison src/pty.c @ 2834:107b03fdf1ad v7.3.191

updated for version 7.3.191 Problem: Still some RISC OS stuff to remove. Solution: Remove files and lines. (Hong Xu) Remove the 'osfiletype' option code.
author Bram Moolenaar <bram@vim.org>
date Thu, 19 May 2011 13:41:14 +0200
parents 7fb8cdb9cb25
children 7b59c2c032ca
comparison
equal deleted inserted replaced
2833:c869ff170ddc 2834:107b03fdf1ad
121 #endif 121 #endif
122 122
123 static void initmaster __ARGS((int)); 123 static void initmaster __ARGS((int));
124 124
125 /* 125 /*
126 * Open all ptys with O_NOCTTY, just to be on the safe side 126 * Open all ptys with O_NOCTTY, just to be on the safe side.
127 * (RISCos mips breaks otherwise)
128 */ 127 */
129 #ifndef O_NOCTTY 128 #ifndef O_NOCTTY
130 # define O_NOCTTY 0 129 # define O_NOCTTY 0
131 #endif 130 #endif
132 131