svn commit: r346603 - in head/sys: amd64/linux32 i386/linux

Dmitry Chagin dchagin at FreeBSD.org
Tue Sep 3 14:07:44 UTC 2019


Author: dchagin
Date: Tue Apr 23 18:10:46 2019
New Revision: 346603
URL: https://svnweb.freebsd.org/changeset/base/346603

Log:
  Since r339624 HEAD does not need for backslashes in syscalls.master,
  however to make a merge r345471 to the stable add backslashes
  to the syscalls.master.
  
  MFC after:	3 days

Modified:
  head/sys/amd64/linux32/syscalls.master
  head/sys/i386/linux/syscalls.master

Modified: head/sys/amd64/linux32/syscalls.master
==============================================================================
--- head/sys/amd64/linux32/syscalls.master	Tue Apr 23 17:28:28 2019	(r346602)
+++ head/sys/amd64/linux32/syscalls.master	Tue Apr 23 18:10:46 2019	(r346603)
@@ -690,7 +690,7 @@
 383	AUE_NULL	STD	{ int linux_statx(l_int dirfd,			\
 				    const char *pathname, l_uint flags,		\
 				    l_uint mask, void *statxbuf); }
-384	AUE_NULL	STD	{ int linux_arch_prctl(l_int option,
+384	AUE_NULL	STD	{ int linux_arch_prctl(l_int option,		\
 				    l_ulong arg2); }
 ; Linux 4.18:
 385	AUE_NULL	STD	{ int linux_io_pgetevents(void); }

Modified: head/sys/i386/linux/syscalls.master
==============================================================================
--- head/sys/i386/linux/syscalls.master	Tue Apr 23 17:28:28 2019	(r346602)
+++ head/sys/i386/linux/syscalls.master	Tue Apr 23 18:10:46 2019	(r346603)
@@ -698,7 +698,7 @@
 383	AUE_NULL	STD	{ int linux_statx(l_int dirfd,			\
 				    const char *pathname, l_uint flags,		\
 				    l_uint mask, void *statxbuf); }
-384	AUE_PRCTL	STD	{ int linux_arch_prctl(l_int option,
+384	AUE_PRCTL	STD	{ int linux_arch_prctl(l_int option,		\
 				    l_ulong arg2); }
 ; Linux 4.18:
 385	AUE_NULL	STD	{ int linux_io_pgetevents(void); }




More information about the svn-src-head mailing list