On Thu, Aug 25, 2011 at 12:42:02PM +0200, Alexander Burger wrote: > Now I created a first x86-64.openBsd.defs.l (see attachment).
Oops, forgot some lines. I've now changed here: 71c71 < (equ TERMIOS (+ 60 4)) # Terminal I/O structure (+ Padding) --- > (equ TERMIOS (+ 44 4)) # Terminal I/O structure (+ Padding) 74c74 < (equ C_CC 17) --- > (equ C_CC 16) 76,77c76,77 < (equ VMIN 5) < (equ VTIME 7) --- > (equ VMIN 16) > (equ VTIME 17) Hope I didn't overlook more ;-) It would be wise to make "def.c" more in sync with "sys/*.defs.l" ... Cheers, - Alex -- UNSUBSCRIBE: mailto:[email protected]?subject=Unsubscribe
