From 3d224fc90910bd9494059ce676512d14d2eeb6d2 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Sun, 12 Apr 2020 21:23:51 +0000 Subject: sysent: re-roll after introduction of close_range in r359836 --- sys/compat/freebsd32/freebsd32_syscalls.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/compat/freebsd32/freebsd32_syscalls.c') diff --git a/sys/compat/freebsd32/freebsd32_syscalls.c b/sys/compat/freebsd32/freebsd32_syscalls.c index 64ec98b68195..48784049ea15 100644 --- a/sys/compat/freebsd32/freebsd32_syscalls.c +++ b/sys/compat/freebsd32/freebsd32_syscalls.c @@ -611,4 +611,5 @@ const char *freebsd32_syscallnames[] = { "shm_rename", /* 572 = shm_rename */ "sigfastblock", /* 573 = sigfastblock */ "__realpathat", /* 574 = __realpathat */ + "close_range", /* 575 = close_range */ }; -- cgit v1.2.3