From 6bc90e8acf884f659415a919bc9cd9cfea701e0a Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Wed, 1 Sep 2021 21:54:38 +0100 Subject: [PATCH] syscalls.master: correct formatting issues Reviewed by: kevans, emaste MFC after: 1 week Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D31351 --- sys/kern/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index 8a06b4b3ab7..0176916b850 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -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,