Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2021 02:37:04 GMT
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1d72df1c3de3 - stable/13 - sys_procctl(2): remove sysproto and argused
Message-ID:  <202110260237.19Q2b43x039863@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110260237.19Q2b43x039863>