freebsd32: declare ogetsockname correctly

Reviewed by:	kib
This commit is contained in:
Brooks Davis 2021-11-22 22:36:55 +00:00
parent 6f5eb383bd
commit 2d691434d5

View File

@ -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