diff options
Diffstat (limited to 'sys/netatm/atm_if.c')
-rw-r--r-- | sys/netatm/atm_if.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/atm_if.c b/sys/netatm/atm_if.c index fa843b5..2065312 100644 --- a/sys/netatm/atm_if.c +++ b/sys/netatm/atm_if.c @@ -960,7 +960,7 @@ atm_nif_setaddr(nip, ifa) * Notify convergence modules of network i/f change */ for (ncp = atm_netconv_head; ncp; ncp = ncp->ncm_next) { - err = (*ncp->ncm_stat)(NCM_SETADDR, nip, (int)ifa); + err = (*ncp->ncm_stat)(NCM_SETADDR, nip, (intptr_t)ifa); if (err) break; } |