K 10 svn:author V 3 bde K 8 svn:date V 27 2000-10-09T05:39:03.000000Z K 7 svn:log V 311 Unremoved used include of . Removing it in rev.1.95 significantly pessimized syscalls by arranging to do null rescheduling on return from every syscall. (AST_RESCHED was not defined, and the mask ~AST_RESCHED gets replaced by the useless mask ~0. This bug has been fixed before, in rev.1.92.) END