Handle NetBSD like other BSDs for ping in wxDialUpManager
NetBSD does not define __BSD__, use __NetBSD__. See #22645.
This commit is contained in:
parent
9efe21b55a
commit
770bcaf378
1 changed files with 1 additions and 0 deletions
|
|
@ -795,6 +795,7 @@ wxDialUpManagerImpl::NetConnection wxDialUpManagerImpl::CheckPing()
|
|||
// nothing to add to ping command
|
||||
#elif defined(__AIX__) || \
|
||||
defined (__BSD__) || \
|
||||
defined (__NetBSD__) || \
|
||||
defined(__LINUX__) || \
|
||||
defined(__OSF__) || \
|
||||
defined(__SGI__) || \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue