FreeBSD Bugzilla – Attachment 10710 Details for
Bug 21402
Linuxulator: getpgid(0) fails
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.11 KB, created by
Christian Weisgerber
on 2000-09-19 21:00:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Christian Weisgerber
Created:
2000-09-19 21:00:01 UTC
Size:
1.11 KB
patch
obsolete
>--- sys/compat/linux/linux_misc.c.orig Tue Sep 19 14:10:58 2000 >+++ sys/compat/linux/linux_misc.c Tue Sep 19 14:11:37 2000 >@@ -524,24 +524,6 @@ > return error; > } > >-int >-linux_getpgid(struct proc *p, struct linux_getpgid_args *args) >-{ >- struct proc *curp; >- >-#ifdef DEBUG >- printf("Linux-emul(%ld): getpgid(%d)\n", (long)p->p_pid, args->pid); >-#endif >- if (args->pid != p->p_pid) { >- if (!(curp = pfind(args->pid))) >- return ESRCH; >- } >- else >- curp = p; >- p->p_retval[0] = curp->p_pgid; >- return 0; >-} >- > int > linux_mremap(struct proc *p, struct linux_mremap_args *args) > { >--- sys/i386/linux/syscalls.master.orig Tue Sep 19 14:14:31 2000 >+++ sys/i386/linux/syscalls.master Tue Sep 19 14:16:24 2000 >@@ -196,7 +196,7 @@ > 129 STD LINUX { int linux_delete_module(void); } > 130 STD LINUX { int linux_get_kernel_syms(void); } > 131 STD LINUX { int linux_quotactl(void); } >-132 STD LINUX { int linux_getpgid(int pid); } >+132 NOPROTO LINUX { int getpgid(int pid); } > 133 NOPROTO LINUX { int fchdir(int fd); } > 134 STD LINUX { int linux_bdflush(void); } > 135 STD LINUX { int linux_sysfs(int option, u_long arg1, \
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21402
: 10710