Add a missing ++.

Noticed by:	gcc via phk
Submitted by:	Mike Spengler <mks@networkcs.com>
This commit is contained in:
Poul-Henning Kamp 1998-10-18 11:58:57 +00:00
parent dcaf7c2c26
commit baf8bbb7d3
1 changed files with 3 additions and 3 deletions

View File

@ -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 );