summaryrefslogtreecommitdiffstats
path: root/sys/dev/hea
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-10-18 11:58:57 +0000
committerphk <phk@FreeBSD.org>1998-10-18 11:58:57 +0000
commit90527e8470b609cfe31839d100cec12e5b17fb59 (patch)
tree4b4ba78cd81982043e586d5112040f5b69c764f2 /sys/dev/hea
parentfa96dbe37e02284ec7df01875a0bf37cc1cc0583 (diff)
downloadFreeBSD-src-90527e8470b609cfe31839d100cec12e5b17fb59.zip
FreeBSD-src-90527e8470b609cfe31839d100cec12e5b17fb59.tar.gz
Add a missing ++.
Noticed by: gcc via phk Submitted by: Mike Spengler <mks@networkcs.com>
Diffstat (limited to 'sys/dev/hea')
-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