K 10 svn:author V 4 ache K 8 svn:date V 27 2001-09-07T17:16:02.000000Z K 7 svn:log V 323 1) If __SAPP stream is not seekable, remove __SAPP flag on first call instead of repeating unsuccessful lseek call on each write (original stdio bug). 2) Save errno accross _sseek call in _swrite to not touch it in case write success (original stdio bug). 3) Add _sseek error checking back, but only for __SOPT mode now. END