]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - compat/os/opensolaris_10_netdb.h
SourceFormat Enforcement
[thirdparty/squid.git] / compat / os / opensolaris_10_netdb.h
index 74c620b76aa6ef6c8744dbb454856b7e80334ba8..77ac50261515cb829b3f1bd05c429d5796a308fa 100644 (file)
@@ -104,7 +104,6 @@ extern "C" {
 #define        h_addr  h_addr_list[0]  /* address, for backward compatiblity */
     };
 
-
     /*
      * addrinfo introduced with IPv6 for Protocol-Independent Hostname
      * and Service Name Translation.
@@ -125,7 +124,6 @@ extern "C" {
         struct addrinfo *ai_next;      /* next structure in linked list */
     };
 
-
     /* addrinfo flags */
 #define        AI_PASSIVE      0x0008  /* intended for bind() + listen() */
 #define        AI_CANONNAME    0x0010  /* return canonical version of host */
@@ -137,7 +135,6 @@ extern "C" {
 #define        AI_ALL          0x0002  /* IPv6 and IPv4 mapped addresses */
 #define        AI_ADDRCONFIG   0x0004  /* AAAA or A records only if IPv6/IPv4 cnfg'd */
 
-
     /*
      * These were defined in RFC 2553 but not SUSv3
      * or RFC 3493 which obsoleted 2553.
@@ -185,7 +182,6 @@ extern "C" {
      */
 #define        SCOPE_DELIMITER '%'
 
-
     /*
      * Algorithm entry for /etc/inet/ipsecalgs which defines IPsec protocols
      * and algorithms.