forked from vitasdk/newlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* autoload.cc (GetIpForwardTable): Define.
* fhandler_socket.cc (fhandler_socket::ioctl): Handle SIOCGIFDSTADDR. * net.cc (get_routedst): New static function to get destination address of point-to-point interfaces. (get_xp_ifconf): Handle SIOCGIFDSTADDR. (get_2k_ifconf): Ditto. (get_nt_ifconf): Ditto. (get_ifconf): Ditto. * include/asm/socket.h (SIOCGIFDSTADDR): Define. * include/cygwin/if.h (struct ifreq): Add ifru_dstaddr member. (ifr_dstaddr): Define. * include/cygwin/in.h: Cast ipv4 addresses correctly to in_addr_t in definitions.
- Loading branch information
1 parent
28826d8
commit 8e4a60b
Showing
7 changed files
with
75 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2007-06-14 Corinna Vinschen <[email protected]> | ||
|
||
* autoload.cc (GetIpForwardTable): Define. | ||
* fhandler_socket.cc (fhandler_socket::ioctl): Handle SIOCGIFDSTADDR. | ||
* net.cc (get_routedst): New static function to get destination | ||
address of point-to-point interfaces. | ||
(get_xp_ifconf): Handle SIOCGIFDSTADDR. | ||
(get_2k_ifconf): Ditto. | ||
(get_nt_ifconf): Ditto. | ||
(get_ifconf): Ditto. | ||
* include/asm/socket.h (SIOCGIFDSTADDR): Define. | ||
* include/cygwin/if.h (struct ifreq): Add ifru_dstaddr member. | ||
(ifr_dstaddr): Define. | ||
* include/cygwin/in.h: Cast ipv4 addresses correctly to in_addr_t in | ||
definitions. | ||
|
||
2007-06-12 Christopher Faylor <[email protected]> | ||
|
||
* signal.cc (usleep): Use useconds_t for the type as per POSIX. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters