mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 14:26:03 -04:00
syscalls.master: correct formatting issues
Reviewed by: kevans, emaste MFC after: 1 week Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D31351
This commit is contained in:
parent
df501bac69
commit
6bc90e8acf
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue