Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103816 Details for
Bug 149600
net-im/jabbin (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
net-im/jabbin/jabbin-2.0beta_amd64.patch
jabbin-2.0beta_amd64.patch (text/plain), 1.65 KB, created by
bolczyslaw
on 2006-12-11 10:26:41 UTC
(
hide
)
Description:
net-im/jabbin/jabbin-2.0beta_amd64.patch
Filename:
MIME Type:
Creator:
bolczyslaw
Created:
2006-12-11 10:26:41 UTC
Size:
1.65 KB
patch
obsolete
>diff -Nur ./3party/jrtplib/rtprandom.cpp ../jabbin-2.0beta/3party/jrtplib/rtprandom.cpp >--- ./3party/jrtplib/rtprandom.cpp 2006-10-25 13:44:06.000000000 +0200 >+++ ../jabbin-2.0beta/3party/jrtplib/rtprandom.cpp 2006-07-12 00:21:01.000000000 +0200 >@@ -53,7 +53,7 @@ > x = (u_int32_t)getpid(); > x += (u_int32_t)time(0); > x -= (u_int32_t)clock(); >- x ^= (u_int64_t)(this); >+ x ^= (u_int32_t)(this); > > #ifdef RTP_SUPPORT_GNUDRAND > srand48_r(x,&drandbuffer); >diff -Nur ./src/libpsi/psiwidgets/iconaction.cpp ../jabbin-2.0beta/src/libpsi/psiwidgets/iconaction.cpp >--- ./src/libpsi/psiwidgets/iconaction.cpp 2006-10-25 13:52:54.000000000 +0200 >+++ ../jabbin-2.0beta/src/libpsi/psiwidgets/iconaction.cpp 2006-07-12 00:21:49.000000000 +0200 >@@ -72,7 +72,7 @@ > > QMap<QPopupMenu *, int>::Iterator it = popups.begin(); > for ( ; it != popups.end(); ++it ) { >- if ( (int64_t)it.key() == (int64_t)obj ) { >+ if ( (int)it.key() == (int)obj ) { > dirty = true; > popups.remove( it ); > break; >diff -Nur ./voip/stun.cpp ../jabbin-2.0beta/voip/stun.cpp >--- ./voip/stun.cpp 2006-10-25 13:49:46.000000000 +0200 >+++ ../jabbin-2.0beta/voip/stun.cpp 2006-07-12 00:22:17.000000000 +0200 >@@ -673,12 +673,12 @@ > asm("rdtsc" : "=A" (tick)); > #elif defined (__SUNPRO_CC) || defined( __sparc__ ) > tick = gethrtime(); >-#else /* #elif defined(__MACH__) */ >+#elif defined(__MACH__) > int fd=open("/dev/random",O_RDONLY); > read(fd,&tick,sizeof(tick)); > closesocket(fd); >-//#else >-//# error Need some way to seed the random number generator >+#else >+# error Need some way to seed the random number generator > #endif > int seed = int(tick); > #ifdef WIN32
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 149600
:
99060
|
99064
|
102726
|
102727
| 103816 |
106954
|
113650
|
133265