Make __sysctl follow the freebsd32_foo convention.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Brooks Davis 2018-11-09 00:21:58 +00:00
parent 55177f18a1
commit 4074751718
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=340272
2 changed files with 2 additions and 2 deletions

View File

@ -2260,7 +2260,7 @@ freebsd11_freebsd32_fhstat(struct thread *td,
#endif
int
freebsd32_sysctl(struct thread *td, struct freebsd32_sysctl_args *uap)
freebsd32___sysctl(struct thread *td, struct freebsd32___sysctl_args *uap)
{
int error, name[CTL_MAXNAME];
size_t j, oldlen;

View File

@ -386,7 +386,7 @@
uint32_t length2); }
201 AUE_FTRUNCATE COMPAT6 { int freebsd32_ftruncate(int fd, int pad, \
uint32_t length1, uint32_t length2); }
202 AUE_SYSCTL STD { int freebsd32_sysctl(int *name, \
202 AUE_SYSCTL STD { int freebsd32___sysctl(int *name, \
u_int namelen, void *old, \
uint32_t *oldlenp, void *new, \
uint32_t newlen); }