]> The Tcpdump Group git mirrors - tcpdump/blobdiff - missing/resolv_ext.h
Fix some "unsigned int" vs. "size_t" issues (they're not necessarily the
[tcpdump] / missing / resolv_ext.h
index c33ed7e179a98f75912f2a223b39ffe5f04f09d3..92c531d860cc76fc597b61e24b6fc3211b011180 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Copyright (C) 1999 WIDE Project.
  * All rights reserved.
- * 
+ *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions
  * are met:
@@ -13,7 +13,7 @@
  * 3. Neither the name of the project nor the names of its contributors
  *    may be used to endorse or promote products derived from this software
  *    without specific prior written permission.
- * 
+ *
  * THIS SOFTWARE IS PROVIDED BY THE PROJECT AND CONTRIBUTORS ``AS IS'' AND
  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
@@ -29,7 +29,7 @@
 
 #ifndef MAXRESOLVSORT          /* XXX */
 #define        MAXRESOLVSORT           10      /* number of net to sort on */
-#endif 
+#endif
 
 #ifndef HAVE_RES_STATE_EXT
 struct __res_state_ext {
@@ -40,10 +40,10 @@ struct __res_state_ext {
                        struct in_addr ina;
 #ifdef INET6
                        struct in6_addr in6a;
-#endif 
+#endif
                } addr, mask;
        } sort_list[MAXRESOLVSORT];
 };
-#endif 
+#endif
 
 extern struct __res_state_ext _res_ext;