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

Collapse All | Expand All

(-)a/oss-v4.1-build1051-src-gpl/setup/Linux/oss/build/osscore.c (+4 lines)
Lines 427-433 Link Here
427
int
427
int
428
oss_get_uid (void)
428
oss_get_uid (void)
429
{
429
{
430
  #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,29)
431
  return current->cred->uid;
432
  #else
430
  return current->uid;
433
  return current->uid;
434
  #endif
431
}
435
}
432
436
433
typedef struct tmout_desc
437
typedef struct tmout_desc

Return to bug 184123