Handle NetBSD like other BSDs for ping in wxDialUpManager

NetBSD does not define __BSD__, use __NetBSD__.

See #22645.
This commit is contained in:
Thomas Klausner 2022-07-19 11:40:30 +02:00 committed by Vadim Zeitlin
parent 9efe21b55a
commit 770bcaf378

View file

@ -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__) || \