mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Forgot to add patches.
This commit is contained in:
parent
b3c049f1bc
commit
010986eaf9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122189
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
@ -0,0 +1,19 @@
|
||||
#iZ 37204
|
||||
|
||||
Index: automation/source/server/statemnt.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/util/automation/source/server/statemnt.cxx,v
|
||||
retrieving revision 1.18
|
||||
diff -u -r1.18 statemnt.cxx
|
||||
--- automation/source/server/statemnt.cxx 9 Nov 2004 16:52:40 -0000 1.18
|
||||
+++ automation/source/server/statemnt.cxx 21 Nov 2004 03:30:37 -0000
|
||||
@@ -2251,7 +2251,8 @@
|
||||
{
|
||||
pRet->GenReturn ( RET_Value, aSmartMethodId, String() );
|
||||
GetTTSettings()->pTranslateWin->EnableTranslation();
|
||||
- ErrorBox( GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ) ).Execute();
|
||||
+ ErrorBox err= ErrorBox(GetTTSettings()->pTranslateWin, TTProperties::GetSvtResId( TT_NO_CONTROL ));
|
||||
+ err.Execute();
|
||||
GetTTSettings()->bToTop = TRUE;
|
||||
}
|
||||
|
@ -0,0 +1,17 @@
|
||||
Index: ucbhelper/source/client/proxydecider.cxx
|
||||
===================================================================
|
||||
RCS file: /cvs/ucb/ucbhelper/source/client/proxydecider.cxx,v
|
||||
retrieving revision 1.4
|
||||
diff -u -r1.4 proxydecider.cxx
|
||||
--- ucbhelper/source/client/proxydecider.cxx 3 Nov 2004 08:03:28 -0000 1.4
|
||||
+++ ucbhelper/source/client/proxydecider.cxx 21 Nov 2004 00:08:25 -0000
|
||||
@@ -128,6 +128,9 @@
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
+#ifdef FREEBSD
|
||||
+#include <sys/socket.h>
|
||||
+#endif
|
||||
namespace
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user