cleaning up after myself 4 years later:
* remove matches_broadcast_address slot in address module, as it doesn't exist anywhere * automatic whitespace cleanup git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36193 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -141,9 +141,6 @@ struct net_address_module_info {
|
||||
status_t (*checksum_address)(struct Checksum *checksum,
|
||||
const sockaddr *address);
|
||||
|
||||
bool (*matches_broadcast_address)(const sockaddr *address,
|
||||
const sockaddr *mask, const sockaddr *broadcastAddr);
|
||||
|
||||
void (*get_loopback_address)(sockaddr *result);
|
||||
};
|
||||
|
||||
|
||||
@@ -526,6 +526,5 @@ net_address_module_info gIPv4AddressModule = {
|
||||
ipv4_update_to,
|
||||
ipv4_hash_address_pair,
|
||||
ipv4_checksum_address,
|
||||
NULL, // ipv4_matches_broadcast_address,
|
||||
ipv4_get_loopback_address
|
||||
};
|
||||
|
||||
@@ -426,6 +426,5 @@ net_address_module_info gL2cap4AddressModule = {
|
||||
l2cap_update_to,
|
||||
l2cap_hash_address_pair,
|
||||
l2cap_checksum_address,
|
||||
NULL, // l2cap_matches_broadcast_address,
|
||||
NULL // get_loopback_address
|
||||
};
|
||||
|
||||
@@ -311,6 +311,5 @@ net_address_module_info gAddressModule = {
|
||||
unix_update_to,
|
||||
unix_hash_address_pair,
|
||||
unix_checksum_address,
|
||||
NULL, // matches_broadcast_address
|
||||
NULL // get_loopback_address
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user