svn commit: r340195 - head/sys/compat/freebsd32

Mariusz Zaborski oshogbo at FreeBSD.org
Tue Nov 6 18:05:47 UTC 2018


Author: oshogbo
Date: Tue Nov  6 18:05:46 2018
New Revision: 340195
URL: https://svnweb.freebsd.org/changeset/base/340195

Log:
  capsicum: Add ppoll and freebsd32_ppoll to compat32.
  
  PR:		232495
  Pointed out by: brooks
  MFC after:	2 weeks

Modified:
  head/sys/compat/freebsd32/capabilities.conf

Modified: head/sys/compat/freebsd32/capabilities.conf
==============================================================================
--- head/sys/compat/freebsd32/capabilities.conf	Tue Nov  6 18:03:04 2018	(r340194)
+++ head/sys/compat/freebsd32/capabilities.conf	Tue Nov  6 18:05:46 2018	(r340195)
@@ -203,6 +203,8 @@ pdkill
 freebsd32_pipe
 pipe2
 poll
+ppoll
+freebsd32_ppoll
 freebsd32_posix_fallocate
 freebsd32_pread
 freebsd32_preadv


More information about the svn-src-head mailing list