diff options
Diffstat (limited to 'sys/dev/hea/eni_transmit.c')
-rw-r--r-- | sys/dev/hea/eni_transmit.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/dev/hea/eni_transmit.c b/sys/dev/hea/eni_transmit.c index 2721709a8fd6..25066dfb6060 100644 --- a/sys/dev/hea/eni_transmit.c +++ b/sys/dev/hea/eni_transmit.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_transmit.c,v 1.2 1998/10/18 11:58:57 phk Exp $ + * @(#) $Id: eni_transmit.c,v 1.20 1998/07/17 20:20:16 root Exp $ * */ @@ -36,16 +36,16 @@ */ +#ifndef lint +static char *RCSid = "@(#) $Id: eni_transmit.c,v 1.20 1998/07/17 20:20:16 root Exp $"; +#endif + #include <netatm/kern_include.h> #include <dev/hea/eni_stats.h> #include <dev/hea/eni.h> #include <dev/hea/eni_var.h> -#ifndef lint -__RCSID("@(#) $Id: eni_transmit.c,v 1.2 1998/10/18 11:58:57 phk Exp $"); -#endif - /* * Make a variable which controls printing of PDUs * as they travel through the driver. @@ -467,7 +467,7 @@ retry: /* * Gotta slide the data up */ - eup->eu_stats.eni_st_drv.drv_xm_segnoal++; + eup->eu_stats.eni_st_drv.drv_xm_segnoal; bfr = cp - align; KM_COPY ( cp, bfr, KB_LEN ( m ) ); KB_HEADMOVE ( m, -align ); |