summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/hea/eni_transmit.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/hea/eni_transmit.c b/sys/dev/hea/eni_transmit.c
index 25066df..8e9f977 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.20 1998/07/17 20:20:16 root Exp $
+ * @(#) $Id: eni_transmit.c,v 1.1 1998/09/15 08:22:53 phk Exp $
*
*/
@@ -37,7 +37,7 @@
#ifndef lint
-static char *RCSid = "@(#) $Id: eni_transmit.c,v 1.20 1998/07/17 20:20:16 root Exp $";
+static char *RCSid = "@(#) $Id: eni_transmit.c,v 1.1 1998/09/15 08:22:53 phk Exp $";
#endif
#include <netatm/kern_include.h>
@@ -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 );
OpenPOWER on IntegriCloud