Wolfgang J�hrling <[EMAIL PROTECTED]> writes: > I (being a translator) tried to io_read() from my underlying node as > returned by fsys_startup(), but I was told that it`s a "Bad file > descriptor". What must I do before I can successfully do it?
The underlying node is normally provided as opened for neither reading nor writing nor execution. You need to do a file_reopen and get another descriptor for the mode you want to use. _______________________________________________ Help-hurd mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-hurd
