The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=8fc68c1b34ae11af78c3d8a32f58ff1497fe14a5
commit 8fc68c1b34ae11af78c3d8a32f58ff1497fe14a5 Author: Warner Losh <[email protected]> AuthorDate: 2023-04-21 05:04:40 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2023-04-21 05:39:23 +0000 Remove stray line Forgot to remove this in 559b94a12257. Fixes: 559b94a12257 Sponsored by: Netflix --- sys/i386/linux/syscalls.master | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/i386/linux/syscalls.master b/sys/i386/linux/syscalls.master index 96b74e1cc649..9431143f7336 100644 --- a/sys/i386/linux/syscalls.master +++ b/sys/i386/linux/syscalls.master @@ -40,8 +40,6 @@ ; Isn't pretty, but there seems to be no other way to trap nosys #define nosys linux_nosys -; #ifdef's, etc. may be included, and are copied to the output files. - 0 AUE_NULL UNIMPL setup 1 AUE_EXIT STD { void linux_exit(
