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

Collapse All | Expand All

(-)vmnet-only/driver.c.orig (+4 lines)
Lines 1393-1399 Link Here
1393
      return FALSE;
1393
      return FALSE;
1394
   }
1394
   }
1395
   
1395
   
1396
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,14)
1397
   for (fd = 0; fd < p->files->fdt->max_fds; fd++) {
1398
#else
1396
   for (fd = 0; fd < p->files->max_fds; fd++) {
1399
   for (fd = 0; fd < p->files->max_fds; fd++) {
1400
#endif
1397
#ifdef KERNEL_2_3_99
1401
#ifdef KERNEL_2_3_99
1398
      file = fcheck_files(p->files, fd);
1402
      file = fcheck_files(p->files, fd);
1399
#else
1403
#else

Return to bug 117696