git: 2d691434d531 - main - freebsd32: declare ogetsockname correctly
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 22 Nov 2021 22:37:35 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=2d691434d531316a1ca795efbe68566c992ddfe2 commit 2d691434d531316a1ca795efbe68566c992ddfe2 Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2021-11-22 22:36:55 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2021-11-22 22:36:55 +0000 freebsd32: declare ogetsockname correctly Reviewed by: kib --- sys/compat/freebsd32/syscalls.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master index 1503a1ad7453..26291f52ec32 100644 --- a/sys/compat/freebsd32/syscalls.master +++ b/sys/compat/freebsd32/syscalls.master @@ -309,7 +309,7 @@ 148 AUE_QUOTACTL NOPROTO { int quotactl(const char *path, int cmd, \ int uid, void *arg); } 149 AUE_O_QUOTA COMPAT|NOPROTO { int quota(void); } -150 AUE_GETSOCKNAME COMPAT|NOPROTO getsockname +150 AUE_GETSOCKNAME COMPAT|NOPROTO { int getsockname(int fdec, struct sockaddr *asa, __socklen_t *alen); } getsockname getsockname_args int 151 AUE_NULL RESERVED 152 AUE_NULL RESERVED