git: 1d72df1c3de3 - stable/13 - sys_procctl(2): remove sysproto and argused
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 26 Oct 2021 02:37:04 UTC
The branch stable/13 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=1d72df1c3de3b21f17a1f8389cbfe81c3f7b36f7 commit 1d72df1c3de3b21f17a1f8389cbfe81c3f7b36f7 Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-10-15 18:55:53 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-10-26 02:26:26 +0000 sys_procctl(2): remove sysproto and argused (cherry picked from commit 31faa565edea908a8caf71cc6783066c02fd6844) --- sys/kern/kern_procctl.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sys/kern/kern_procctl.c b/sys/kern/kern_procctl.c index 53626caa0fd9..eb36f0822938 100644 --- a/sys/kern/kern_procctl.c +++ b/sys/kern/kern_procctl.c @@ -656,15 +656,6 @@ wxmap_status(struct thread *td, struct proc *p, int *data) return (0); } -#ifndef _SYS_SYSPROTO_H_ -struct procctl_args { - idtype_t idtype; - id_t id; - int com; - void *data; -}; -#endif -/* ARGSUSED */ int sys_procctl(struct thread *td, struct procctl_args *uap) {