Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Jul 2019 06:35:22 +0000 (UTC)
From:      Rick Macklem <rmacklem@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r350320 - head/sys/sys
Message-ID:  <201907250635.x6P6ZMlG006650@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rmacklem
Date: Thu Jul 25 06:35:21 2019
New Revision: 350320
URL: https://svnweb.freebsd.org/changeset/base/350320

Log:
  Update the generated syscall.mk for copy_file_range(2).
  
  I missed this file for commit r350316.

Modified:
  head/sys/sys/syscall.mk

Modified: head/sys/sys/syscall.mk
==============================================================================
--- head/sys/sys/syscall.mk	Thu Jul 25 06:20:00 2019	(r350319)
+++ head/sys/sys/syscall.mk	Thu Jul 25 06:35:21 2019	(r350320)
@@ -409,4 +409,5 @@ MIASM =  \
 	fhlink.o \
 	fhlinkat.o \
 	fhreadlink.o \
+	copy_file_range.o \
 	funlinkat.o



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907250635.x6P6ZMlG006650>