mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
please ranlib
git-svn-id: file:///svn/unbound/trunk@1308 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
371b9f08ef
commit
1275afa125
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
17 October 2008: Wouter
|
||||
- port Leopard/G5: fixup type conversion size_t/uint32.
|
||||
please ranlib, stop file without symbols warning.
|
||||
|
||||
16 October 2008: Wouter
|
||||
- Fixup negative TTL values appearing (reported by Attila Nagy).
|
||||
|
|
|
|||
|
|
@ -604,4 +604,7 @@ void winsock_unregister_wsaevent(struct event* ev)
|
|||
ev->added = 0;
|
||||
}
|
||||
|
||||
#else /* USE_WINSOCK */
|
||||
/** symbol so this codefile defines symbols. pleasing ranlib on OSX 10.5 */
|
||||
int winsock_unused_symbol = 1;
|
||||
#endif /* USE_WINSOCK */
|
||||
|
|
|
|||
Loading…
Reference in a new issue