diff options
-rw-r--r-- | sys/dev/hea/eni_globals.c | 6 | ||||
-rw-r--r-- | sys/dev/hfa/fore_globals.c | 6 | ||||
-rw-r--r-- | sys/netatm/atm_ioctl.h | 4 | ||||
-rw-r--r-- | sys/netatm/ipatm/ipatm_load.c | 6 |
4 files changed, 11 insertions, 11 deletions
diff --git a/sys/dev/hea/eni_globals.c b/sys/dev/hea/eni_globals.c index 71253e27a823..2f84e0b9da29 100644 --- a/sys/dev/hea/eni_globals.c +++ b/sys/dev/hea/eni_globals.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: eni_globals.c,v 1.1 1998/09/15 08:22:53 phk Exp $ + * @(#) $Id: eni_globals.c,v 1.2 1998/10/31 20:06:45 phk Exp $ * */ @@ -42,7 +42,7 @@ #include <dev/hea/eni_var.h> #ifndef lint -__RCSID("@(#) $Id: eni_globals.c,v 1.1 1998/09/15 08:22:53 phk Exp $"); +__RCSID("@(#) $Id: eni_globals.c,v 1.2 1998/10/31 20:06:45 phk Exp $"); #endif /* @@ -90,7 +90,7 @@ struct sp_info eni_nif_pool = { "eni nif pool", /* si_name */ sizeof(struct atm_nif), /* si_blksiz */ 5, /* si_blkcnt */ - 20 /* si_maxallow */ + 52 /* si_maxallow */ }; struct sp_info eni_vcc_pool = { diff --git a/sys/dev/hfa/fore_globals.c b/sys/dev/hfa/fore_globals.c index 5dc803a95417..dae4c34371d2 100644 --- a/sys/dev/hfa/fore_globals.c +++ b/sys/dev/hfa/fore_globals.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: fore_globals.c,v 1.1 1998/09/15 08:22:55 phk Exp $ + * @(#) $Id: fore_globals.c,v 1.2 1998/10/31 20:06:52 phk Exp $ * */ @@ -38,7 +38,7 @@ #include <dev/hfa/fore_include.h> #ifndef lint -__RCSID("@(#) $Id: fore_globals.c,v 1.1 1998/09/15 08:22:55 phk Exp $"); +__RCSID("@(#) $Id: fore_globals.c,v 1.2 1998/10/31 20:06:52 phk Exp $"); #endif @@ -101,7 +101,7 @@ struct sp_info fore_nif_pool = { "fore nif pool", /* si_name */ sizeof(struct atm_nif), /* si_blksiz */ 5, /* si_blkcnt */ - 20 /* si_maxallow */ + 52 /* si_maxallow */ }; struct sp_info fore_vcc_pool = { diff --git a/sys/netatm/atm_ioctl.h b/sys/netatm/atm_ioctl.h index a38d1839afce..898557cceda5 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 */ }; /* diff --git a/sys/netatm/ipatm/ipatm_load.c b/sys/netatm/ipatm/ipatm_load.c index f82d984ca705..edb251e14b78 100644 --- a/sys/netatm/ipatm/ipatm_load.c +++ b/sys/netatm/ipatm/ipatm_load.c @@ -23,7 +23,7 @@ * Copies of this Software may be made, however, the above copyright * notice must be reproduced on all copies. * - * @(#) $Id: ipatm_load.c,v 1.2 1998/10/31 20:06:55 phk Exp $ + * @(#) $Id: ipatm_load.c,v 1.3 1999/01/27 22:42:20 dillon Exp $ * */ @@ -46,7 +46,7 @@ #include <netatm/ipatm/ipatm_serv.h> #ifndef lint -__RCSID("@(#) $Id: ipatm_load.c,v 1.2 1998/10/31 20:06:55 phk Exp $"); +__RCSID("@(#) $Id: ipatm_load.c,v 1.3 1999/01/27 22:42:20 dillon Exp $"); #endif @@ -94,7 +94,7 @@ struct sp_info ipatm_nifpool = { "ipatm nif pool", /* si_name */ sizeof(struct ip_nif), /* si_blksiz */ 5, /* si_blkcnt */ - 20 /* si_maxallow */ + 52 /* si_maxallow */ }; |