Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
ortp
Commits
6600413b
Commit
6600413b
authored
Apr 14, 2010
by
Simon Morlat
Browse files
merge patch for uclinux
parent
0c97230e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/stun.c
src/stun.c
+1
-1
No files found.
src/stun.c
View file @
6600413b
...
...
@@ -1186,7 +1186,7 @@ stunRand(void)
asm
(
"rdtsc"
:
"=A"
(
tick
));
#elif defined (__SUNPRO_CC) && defined( __sparc__ )
tick
=
gethrtime
();
#elif defined(__linux) || defined(HAVE_DEV_RANDOM)
#elif defined(__linux) ||
defined(__linux__) ||
defined(HAVE_DEV_RANDOM)
{
fd_set
fdSet
;
int
maxFd
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment