I checked out latest cvs today and noticed something I found odd in 
hurd/hurd/fsys_reply.defs: 

simpleroutine fsys_startup_reply (
        repsy_port: reply_port_t;   // <------ misspelling of reply_port??
        retcode: kern_return_t;
        realnode: mach_port_send_t);

simpleroutine fsys_syncfs_reply (
        reply_port: reply_port_t;
        retocde: kern_return_t);  // <------- misspelling of retcode??

Just wondering if there's something I'm missing or if they are just a typo.

Thanks,

Austin

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to