diff options
| author | ulim <a.sporto+bee@gmail.com> | 2008-06-02 15:26:38 +0200 | 
|---|---|---|
| committer | ulim <a.sporto+bee@gmail.com> | 2008-06-02 15:26:38 +0200 | 
| commit | 3355a82eae40c89024233ccafc5f0c25dee2dc5c (patch) | |
| tree | fc7402c1869ef698cba4f032b1d9bd7f845fac82 /protocols | |
| parent | c821e8ad0d1cf9ab71e6e34c685d0adea2dde923 (diff) | |
added a #define for AI_NUMERICSERV in s5bytestream.c (missing in ulibc).
Diffstat (limited to 'protocols')
| -rw-r--r-- | protocols/jabber/s5bytestream.c | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/protocols/jabber/s5bytestream.c b/protocols/jabber/s5bytestream.c index 41bae40a..809fbb22 100644 --- a/protocols/jabber/s5bytestream.c +++ b/protocols/jabber/s5bytestream.c @@ -35,6 +35,10 @@  #endif  #endif +#ifndef AI_NUMERICSERV +#define AI_NUMERICSERV 0x0400   /* Don't use name resolution.  */ +#endif +  struct bs_transfer {  	struct jabber_transfer *tf; | 
