Skip to content

Commit

Permalink
syscalls.master: correct formatting issues
Browse files Browse the repository at this point in the history
Reviewed by:	kevans, emaste
MFC after:	1 week
Sponsored by:	DARPA
Differential Revision:	https://reviews.freebsd.org/D31351
  • Loading branch information
brooksdavis committed Sep 1, 2021
1 parent df501ba commit 6bc90e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/kern/syscalls.master
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,6 @@
_Inout_ int *alen
);
} getsockname getsockname_args int

151-153 AUE_NULL RESERVED
; 154 is initialised by the NLM code, if present.
154 AUE_NULL NOSTD {
Expand Down Expand Up @@ -1664,7 +1663,8 @@
);
}
325 AUE_MUNLOCKALL STD|CAPENABLED {
int munlockall(void); }
int munlockall(void);
}
326 AUE_GETCWD STD {
int __getcwd(
_Out_writes_z_(buflen) char *buf,
Expand Down

0 comments on commit 6bc90e8

Please sign in to comment.