summaryrefslogtreecommitdiffstats
path: root/sys/netatm/atm_ioctl.h
diff options
context:
space:
mode:
authormks <mks@FreeBSD.org>1999-05-10 23:02:29 +0000
committermks <mks@FreeBSD.org>1999-05-10 23:02:29 +0000
commit7abea01d28a8e41d2b1a741b9091384aaa2bff49 (patch)
treebd3c9d1e232c11bb8289b3bf6509552a1ca9180a /sys/netatm/atm_ioctl.h
parentb78daed0c3b7cec89e906487fe7fdb48eef2bab8 (diff)
downloadFreeBSD-src-7abea01d28a8e41d2b1a741b9091384aaa2bff49.zip
FreeBSD-src-7abea01d28a8e41d2b1a741b9091384aaa2bff49.tar.gz
Allow configuration of up to 256 network interfaces per physical interface -
just like the docs say it should.
Diffstat (limited to 'sys/netatm/atm_ioctl.h')
-rw-r--r--sys/netatm/atm_ioctl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netatm/atm_ioctl.h b/sys/netatm/atm_ioctl.h
index a38d183..898557c 100644
--- a/sys/netatm/atm_ioctl.h
+++ b/sys/netatm/atm_ioctl.h
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: atm_ioctl.h,v 1.9 1998/08/26 23:29:01 mks Exp $
+ * @(#) $Id: atm_ioctl.h,v 1.1 1998/09/15 08:22:58 phk Exp $
*
*/
@@ -307,7 +307,7 @@ struct air_int_rsp {
u_char anp_sig_proto; /* Signalling protocol */
u_char anp_sig_state; /* Signalling protocol state */
char anp_nif_pref[IFNAMSIZ]; /* Netif prefix */
- u_char anp_nif_cnt; /* No. of netifs */
+ int anp_nif_cnt; /* No. of netifs */
};
/*
OpenPOWER on IntegriCloud