Eliminate stale incorrect ARGSUSED comments.

Submitted by:	bde
This commit is contained in:
Alan Cox 2012-03-02 17:33:51 +00:00
parent e5fb99b712
commit 83cbe16ff4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=232399

View File

@ -139,7 +139,6 @@ struct getpagesize_args {
};
#endif
/* ARGSUSED */
int
ogetpagesize(td, uap)
struct thread *td;
@ -682,7 +681,6 @@ struct madvise_args {
/*
* MPSAFE
*/
/* ARGSUSED */
int
sys_madvise(td, uap)
struct thread *td;
@ -746,7 +744,6 @@ struct mincore_args {
/*
* MPSAFE
*/
/* ARGSUSED */
int
sys_mincore(td, uap)
struct thread *td;