From: Vadim Zeitlin Date: Fri, 21 Sep 2007 23:54:07 +0000 (+0000) Subject: ifconfig under NetBSD also takes -a X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/489bf4ae935a8cae19273ae1af22565fe7d94b61?ds=sidebyside ifconfig under NetBSD also takes -a git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48898 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/unix/dialup.cpp b/src/unix/dialup.cpp index 859e027307..79b35d5370 100644 --- a/src/unix/dialup.cpp +++ b/src/unix/dialup.cpp @@ -677,6 +677,7 @@ wxDialUpManagerImpl::CheckIfconfig() wxString cmd = wxT("/bin/sh -c \'"); cmd << m_IfconfigPath; #if defined(__AIX__) || \ + defined(__NETBSD__) || \ defined(__OSF__) || \ defined(__SOLARIS__) || defined (__SUNOS__) // need to add -a flag