Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
petk committed May 18, 2024
1 parent 3fdf8a0 commit 6be5e5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -574,8 +574,8 @@ AC_CACHE_CHECK([for IPv6 support], ac_cv_ipv6_support,
#include <sys/socket.h>
#include <netinet/in.h>]], [[
struct sockaddr_in6 s;
struct in6_addr t=in6addr_any;
int i=AF_INET6;
struct in6_addr t = in6addr_any;
int i = AF_INET6;
(void)s;
t.s6_addr[0] = 0;
(void)i;
Expand Down

0 comments on commit 6be5e5a

Please sign in to comment.