Author: johalun Date: Tue May 14 23:32:02 2019 New Revision: 347600 URL: https://svnweb.freebsd.org/changeset/base/347600
Log: LinuxKPI: Add vm_fault_t type. This patch is part of D19565 Reviewed by: hps Approved by: imp (mentor), hps MFC after: 1 week Modified: head/sys/compat/linuxkpi/common/include/linux/mm_types.h Modified: head/sys/compat/linuxkpi/common/include/linux/mm_types.h ============================================================================== --- head/sys/compat/linuxkpi/common/include/linux/mm_types.h Tue May 14 23:28:45 2019 (r347599) +++ head/sys/compat/linuxkpi/common/include/linux/mm_types.h Tue May 14 23:32:02 2019 (r347600) @@ -35,6 +35,8 @@ #include <asm/atomic.h> +typedef int vm_fault_t; + struct vm_area_struct; struct task_struct; _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
