summaryrefslogtreecommitdiff
path: root/src/sysdeps/tryipv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sysdeps/tryipv6.c')
-rw-r--r--src/sysdeps/tryipv6.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/sysdeps/tryipv6.c b/src/sysdeps/tryipv6.c
index 7a061cc..a384b0a 100644
--- a/src/sysdeps/tryipv6.c
+++ b/src/sysdeps/tryipv6.c
@@ -14,8 +14,7 @@
int main (void)
{
- int s ;
- register int r ;
+ int s, r ;
struct in6_addr foo ;
struct sockaddr_in6 bar ;
memset(&foo, 0, sizeof(struct sockaddr_in6)) ;