more waste of time fixing uncompilable code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1484 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Karsten Ballüder
1999-01-26 12:42:14 +00:00
parent 00631700eb
commit 1eddcfafba

View File

@@ -43,14 +43,10 @@
#endif // __WINDOWS__
#if defined(__UNIX__)
#ifdef VMS
#include <socket.h>
#include <in.h>
#else
#if defined(__FreeBSD__) || defined (__NetBSD__) || defined(__SUN__)
#include <sys/types.h>
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
@@ -77,8 +73,8 @@ IMPLEMENT_DYNAMIC_CLASS(wxUNIXaddress, wxSockAddress)
#endif
wxIPV4address::wxIPV4address()
m_addr = new sockaddr_in;
{
m_addr = new sockaddr_in;
Clear();
}