libprocstat(3): fix arguments list for procstat_getargv(3) and procstat_getenvv(3)
Neither libcall takes a fourth argument (`char *errbuf`). PR: 217884 Submitted by: tobik MFC after: 1 month
This commit is contained in:
parent
45805bd715
commit
b9c6d356b2
@ -157,7 +157,6 @@
|
||||
.Fa "struct procstat *procstat"
|
||||
.Fa "const struct kinfo_proc *kp"
|
||||
.Fa "size_t nchr"
|
||||
.Fa "char *errbuf"
|
||||
.Fc
|
||||
.Ft "Elf_Auxinfo *"
|
||||
.Fo procstat_getauxv
|
||||
@ -170,7 +169,6 @@
|
||||
.Fa "struct procstat *procstat"
|
||||
.Fa "const struct kinfo_proc *kp"
|
||||
.Fa "size_t nchr"
|
||||
.Fa "char *errbuf"
|
||||
.Fc
|
||||
.Ft "struct filestat_list *"
|
||||
.Fo procstat_getfiles
|
||||
|
Loading…
Reference in New Issue
Block a user