svn commit: r361610 - head/sys/sys

John Baldwin jhb at FreeBSD.org
Fri May 29 00:08:32 UTC 2020


On 5/28/20 4:57 PM, Rick Macklem wrote:
> Author: rmacklem
> Date: Thu May 28 23:57:50 2020
> New Revision: 361610
> URL: https://svnweb.freebsd.org/changeset/base/361610
> 
> Log:
>   Oops, missed syscall.h and sysproto.h for r361602.
>   
>   Pointy hat goes on me.

I still have a diff in sys/syscall.mk after rerunning make sysent FWIW.

Index: sys/sys/syscall.mk
===================================================================
--- sys/sys/syscall.mk  (revision 361612)
+++ sys/sys/syscall.mk  (working copy)
@@ -416,4 +416,5 @@
        shm_rename.o \
        sigfastblock.o \
        __realpathat.o \
-       close_range.o
+       close_range.o \
+       rpctls_syscall.o


-- 
John Baldwin


More information about the svn-src-head mailing list