comparison packages/net/common/current/ChangeLog @ 1670:6627c3a1df79

* src/ifaddrs.c (getifaddrs): Return destination address for P2P devices. Also don't bother trying to get the broadcast address for interfaces that don't have a valid broadcast address. Inspired by Kelvin Lawson
author asl
date Thu, 17 Jun 2004 14:19:29 +0000
parents dc5f9783d45a
children 42c0adb7b2fc
comparison
equal deleted inserted replaced
1669:4c0b0b23f228 1670:6627c3a1df79
1 2004-06-17 Andrew Lunn <andrew.lunn@ascom.ch>
2
3 * src/ifaddrs.c (getifaddrs): Return destination address for P2P
4 devices. Also don't bother trying to get the broadcast address for
5 interfaces that don't have a valid broadcast address. Inspired by
6 Kelvin Lawson
7
1 2004-06-08 Andrew Lunn <andrew.lunn@ascom.ch> 8 2004-06-08 Andrew Lunn <andrew.lunn@ascom.ch>
2 9
3 * include/network.h: Added a __THROW to perror so that it matches 10 * include/network.h: Added a __THROW to perror so that it matches
4 what is in stdio.h. Problem pointed out by Øyvid Harboe. 11 what is in stdio.h. Problem pointed out by Øyvid Harboe.
5 12