2
0
forked from Ivasoft/openwrt

Upgrade brcm63xx to 2.6.24

SVN-Revision: 10455
This commit is contained in:
Florian Fainelli
2008-02-13 17:31:17 +00:00
parent c592ef61b3
commit ebf4eb11e9
14 changed files with 481 additions and 457 deletions

View File

@@ -893,7 +893,7 @@ static int bcm63xx_cons_open(struct tty_struct *tty, struct file *filp)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
info->pgrp = process_group(current);
info->pgrp = task_pgrp(current);
#else
info->session = current->session;
info->pgrp = current->pgrp;