More IPV6 const fixes.

This commit is contained in:
Alfred Perlstein 2002-02-27 05:11:50 +00:00
parent 76e1b40ea1
commit 60d9b32e44
2 changed files with 2 additions and 2 deletions

View File

@ -1119,7 +1119,7 @@ tcp6_ctlinput(cmd, sa, d)
inc.inc_isipv6 = 1;
syncache_unreach(&inc, &th);
} else
in6_pcbnotify(&tcb, sa, 0, (struct sockaddr *)sa6_src,
in6_pcbnotify(&tcb, sa, 0, (const struct sockaddr *)sa6_src,
0, cmd, notify);
}
#endif /* INET6 */

View File

@ -1119,7 +1119,7 @@ tcp6_ctlinput(cmd, sa, d)
inc.inc_isipv6 = 1;
syncache_unreach(&inc, &th);
} else
in6_pcbnotify(&tcb, sa, 0, (struct sockaddr *)sa6_src,
in6_pcbnotify(&tcb, sa, 0, (const struct sockaddr *)sa6_src,
0, cmd, notify);
}
#endif /* INET6 */