Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84670
b: refs/heads/master
c: f374ada
h: refs/heads/master
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Feb 8, 2008
1 parent 435f932 commit b327a46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69440e76f6121fe7a5193a82f45ccec08e4bb24b
refs/heads/master: f374ada53bd1ca7c16d7607369fccc6769704956
4 changes: 2 additions & 2 deletions trunk/arch/sparc64/solaris/misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ asmlinkage int solaris_procids(int cmd, s32 pid, s32 pgid)

switch (cmd) {
case 0: /* getpgrp */
return task_pgrp_nr(current);
return task_pgrp_vnr(current);
case 1: /* setpgrp */
{
int (*sys_setpgid)(pid_t,pid_t) =
Expand All @@ -426,7 +426,7 @@ asmlinkage int solaris_procids(int cmd, s32 pid, s32 pgid)
ret = sys_setpgid(0, 0);
if (ret) return ret;
proc_clear_tty(current);
return task_pgrp_nr(current);
return task_pgrp_vnr(current);
}
case 2: /* getsid */
{
Expand Down

0 comments on commit b327a46

Please sign in to comment.