Remove NOARGS from oaccept.

This was in the orignal patch, but lost in a rebase.

Reported by:	andrew
Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D15816
This commit is contained in:
Brooks Davis 2018-12-04 21:56:45 +00:00
parent 9dcafe16d4
commit 41f7b25317

View File

@ -632,7 +632,7 @@
int namelen
);
}
99 AUE_ACCEPT COMPAT|NOARGS {
99 AUE_ACCEPT COMPAT {
int accept(
int s,
_Out_writes_bytes_opt_(*anamelen) struct sockaddr *name,