projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
make links to statup scripts in /etc/rc.d relative
[openwrt.git]
/
target
/
linux
/
brcm63xx
/
files
/
drivers
/
serial
/
bcm63xx_cons.c
diff --git
a/target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c
b/target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c
index
b026aa1
..
8fff16d
100644
(file)
--- a/
target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c
+++ b/
target/linux/brcm63xx/files/drivers/serial/bcm63xx_cons.c
@@
-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)
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
- info->pgrp =
process_grou
p(current);
+ info->pgrp =
task_pgr
p(current);
#else
info->session = current->session;
info->pgrp = current->pgrp;
#else
info->session = current->session;
info->pgrp = current->pgrp;
This page took
0.028294 seconds
and
4
git commands to generate.