projects
/
apt.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
do not ignore differently versioned self-provides
[apt.git]
/
buildlib
/
netdb.h.in
Commit
Line
Data
1cecba4d
AL
1
/* Fix broken unixen. */
2
#include <config.h>
53d3d263
AL
3
#ifdef NEED_SOCKLEN_T_DEFINE
4
#define socklen_t size_t
5
#endif
6
#include_next <netdb.h>