K 10 svn:author V 5 dyson K 8 svn:date V 27 1997-12-01T18:41:08.000000Z K 7 svn:log V 301 Fix a problem when creating a new kernel thread. In some cases, aio_read or aio_write can return the pid of the new thread. This is due to the way that return values from system calls being passed by side-effect in the proc structure now. This commit fixes the problem with aio_read and aio_write. END