Eliminate a gcc warning.
authorMichael Vrable <mvrable@cs.ucsd.edu>
Tue, 1 Jul 2008 04:35:13 +0000 (21:35 -0700)
committerMichael Vrable <mvrable@turin.ucsd.edu>
Tue, 1 Jul 2008 04:35:13 +0000 (21:35 -0700)
Add parentheses around arithmetic near a shift operator, to get rid of a
gcc warning.  The code was correct before, and this change causes it to
diverge from the LBFS sources it was derived from, but it is worthwhile to
get rid of the gcc warning.


No differences found