bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Rump errno conversion


From: Robert Millan
Subject: Rump errno conversion
Date: Sun, 20 Sep 2015 15:22:40 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0

El 16/09/15 a les 22:57, Robert Millan ha escrit:
     int fd = rump_sys_open("/dev/ugenhc", RUMP_O_RDWR);
     if (fd == -1)
       error(1, rump_errtrans_rump2host(errno), "rump_sys_open");

Instead of rump_errtrans_rump2host() this should be rump_errno2host() which
is the function name that was finally committed in upstream. Sorry for the
confusion.

--
Robert Millan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]