Remove include

This commit is contained in:
Isaac 2024-10-16 00:06:19 +04:00
parent e5f29fd1b0
commit eb2b7c83a3
2 changed files with 2 additions and 4 deletions

View File

@ -8,8 +8,6 @@
#include <AssertMacros.h>
#import <sys/types.h>
#pragma mark * PingFoundation
@protocol PingFoundationDelegate;

View File

@ -138,8 +138,8 @@ static uint16_t in_cksum(const void *buffer, size_t bufferLen) {
[self stop];
}
- (sa_family_t)hostAddressFamily {
sa_family_t result;
- (__uint8_t)hostAddressFamily {
__uint8_t result;
result = AF_UNSPEC;
if ( (self.hostAddress != nil) && (self.hostAddress.length >= sizeof(struct sockaddr)) )