please ranlib

git-svn-id: file:///svn/unbound/trunk@1308 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-10-17 09:19:37 +00:00
parent 371b9f08ef
commit 1275afa125
2 changed files with 4 additions and 0 deletions

View file

@ -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).

View file

@ -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 */