diff options
| author | Hartmut Brandt <harti@FreeBSD.org> | 2003-07-29 13:46:43 +0000 |
|---|---|---|
| committer | Hartmut Brandt <harti@FreeBSD.org> | 2003-07-29 13:46:43 +0000 |
| commit | f345f5e020da78a6084c41b1fa668ddaa689b3f9 (patch) | |
| tree | b29e8a38442fcc27f3d9db69cf874dd794ae2bfd /sys/netatm | |
| parent | 83c61922941f8a48428c2ffd69132b6dd1f36366 (diff) | |
Notes
Diffstat (limited to 'sys/netatm')
| -rw-r--r-- | sys/netatm/uni/uniip_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/uni/uniip_var.h b/sys/netatm/uni/uniip_var.h index 7d7ef3d4774d..fd5129a4f766 100644 --- a/sys/netatm/uni/uniip_var.h +++ b/sys/netatm/uni/uniip_var.h @@ -52,7 +52,7 @@ struct uniip { u_char uip_arpstate; /* ARP interface state (see below) */ struct arpmap uip_arpsvrmap; /* ATMARP server map info */ struct ipvcc *uip_arpsvrvcc; /* ATMARP server's VCC */ - int uip_nprefix; /* Count of IP prefixes (server only) */ + u_int uip_nprefix; /* Count of IP prefixes (server only) */ struct uniarp_prf *uip_prefix; /* Array of IP prefixes (server only) */ struct atm_time uip_arptime; /* ARP timer controls */ }; |
