* path.cc (cwdstuff::set): Avoid removing a nonexistent trailing slash.
This commit is contained in:
@@ -63,7 +63,6 @@ extern "C"
|
||||
const char *cygwin_inet_ntop (int, const void *, char *, socklen_t);
|
||||
int dn_length1(const unsigned char *, const unsigned char *,
|
||||
const unsigned char *);
|
||||
|
||||
} /* End of "C" section */
|
||||
|
||||
const struct in6_addr in6addr_any = {{IN6ADDR_ANY_INIT}};
|
||||
@@ -119,7 +118,6 @@ inet_netof (struct in_addr in)
|
||||
else
|
||||
res = (i & IN_CLASSC_NET) >> IN_CLASSC_NSHIFT;
|
||||
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user