zhengda, le Fri 15 Aug 2008 18:27:00 +0200, a écrit : > + if (__asprintf (&name, "SOCK_SERV_%d", domain) < 0) > + __libc_fatal ("hurd: Can't get the socket server path\n");
Shouldn't we just return ENOMEM? Samuel
zhengda, le Fri 15 Aug 2008 18:27:00 +0200, a écrit : > + if (__asprintf (&name, "SOCK_SERV_%d", domain) < 0) > + __libc_fatal ("hurd: Can't get the socket server path\n");
Shouldn't we just return ENOMEM? Samuel