From 90527e8470b609cfe31839d100cec12e5b17fb59 Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 18 Oct 1998 11:58:57 +0000 Subject: Add a missing ++. Noticed by: gcc via phk Submitted by: Mike Spengler --- sys/dev/hea/eni_transmit.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/dev/hea') 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 @@ -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 ); -- cgit v1.1