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:
parent
9dcafe16d4
commit
41f7b25317
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user