* uinfo.cc (pwdgrp::load): Regularize strace output. Add warning for

CreateFile failure.
This commit is contained in:
Christopher Faylor
2003-01-26 06:42:40 +00:00
parent 989c97fe14
commit 9a75162166
10 changed files with 126 additions and 118 deletions

View File

@@ -1115,7 +1115,7 @@ fhandler_socket::ioctl (unsigned int cmd, void *p)
}
ifr->ifr_flags = IFF_NOTRAILERS | IFF_UP | IFF_RUNNING;
if (!strncmp(ifr->ifr_name, "lo", 2)
|| ntohl (((struct sockaddr_in *) &ifr->ifr_addr)->sin_addr.s_addr)
|| ntohl (((struct sockaddr_in *) &ifr->ifr_addr)->sin_addr.s_addr)
== INADDR_LOOPBACK)
ifr->ifr_flags |= IFF_LOOPBACK;
else