~ubuntu-branches/ubuntu/natty/lighttpd/natty

« back to all changes in this revision

Viewing changes to src/inet_ntop_cache.c

  • Committer: Bazaar Package Importer
  • Author(s): Krzysztof Krzyżaniak (eloy)
  • Date: 2009-10-30 17:37:29 UTC
  • mto: (6.1.4 squeeze)
  • mto: This revision was merged to the branch mainline in revision 50.
  • Revision ID: james.westby@ubuntu.com-20091030173729-ehmsdiba9nkcd0j7
Tags: upstream-1.4.24
Import upstream version 1.4.24

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#include <sys/types.h>
2
 
 
3
 
#include <string.h>
4
 
 
5
 
 
6
1
#include "base.h"
7
2
#include "inet_ntop_cache.h"
8
3
#include "sys-socket.h"
9
4
 
 
5
#include <sys/types.h>
 
6
 
 
7
#include <string.h>
 
8
 
10
9
const char * inet_ntop_cache_get_ip(server *srv, sock_addr *addr) {
11
10
#ifdef HAVE_IPV6
12
11
        size_t ndx = 0, i;