Add a missing ++.
Noticed by: gcc via phk Submitted by: Mike Spengler <mks@networkcs.com>
This commit is contained in:
parent
fa96dbe37e
commit
90527e8470
@ -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 @@ eni_output ( cup, cvp, m )
|
||||
/*
|
||||
* 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 );
|
||||
|
Loading…
Reference in New Issue
Block a user