git: 31faa565edea - main - sys_procctl(2): remove sysproto and argused
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 19 Oct 2021 20:04:44 UTC
The branch main has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=31faa565edea908a8caf71cc6783066c02fd6844
commit 31faa565edea908a8caf71cc6783066c02fd6844
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2021-10-15 18:55:53 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2021-10-19 20:04:33 +0000
sys_procctl(2): remove sysproto and argused
Reviewed by: emaste, markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D32513
---
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)
{