projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18e9839
)
Fix declaration of usleep().
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 17 Jul 2011 16:02:56 +0000
(18:02 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 17 Jul 2011 16:02:56 +0000
(18:02 +0200)
src/dropin.h
patch
|
blob
|
history
diff --git
a/src/dropin.h
b/src/dropin.h
index
7b0050d
..
3617b70
100644
(file)
--- a/
src/dropin.h
+++ b/
src/dropin.h
@@
-42,7
+42,7
@@
extern int gettimeofday(struct timeval *, void *);
#endif
#ifndef HAVE_USLEEP
-extern
void
usleep(long long usec);
+extern
int
usleep(long long usec);
#endif
#endif /* __DROPIN_H__ */