Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 188148 | Differences between
and this patch

Collapse All | Expand All

(-)iodev/ne2k.cc (-2 / +2 lines)
Lines 1278-1285 void bx_ne2k_c::rx_handler(void *arg, co Link Here
1278
 */
1278
 */
1279
void bx_ne2k_c::rx_frame(const void *buf, unsigned io_len)
1279
void bx_ne2k_c::rx_frame(const void *buf, unsigned io_len)
1280
{
1280
{
1281
  unsigned pages;
1281
  int pages;
1282
  unsigned avail;
1282
  int avail;
1283
  unsigned idx;
1283
  unsigned idx;
1284
  int wrapped;
1284
  int wrapped;
1285
  int nextpage;
1285
  int nextpage;

Return to bug 188148