Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2018 06:58:51 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r335434 - stable/11/sys/compat/linuxkpi/common/include/linux
Message-ID:  <201806200658.w5K6wpH0032148@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: hselasky
Date: Wed Jun 20 06:58:51 2018
New Revision: 335434
URL: https://svnweb.freebsd.org/changeset/base/335434

Log:
  MFC r334662:
  Define the __kernel_size_t type in the LinuxKPI.
  
  Submitted by:	Johannes Lundberg <johalun0@gmail.com>
  Sponsored by:	Mellanox Technologies
  Sponsored by:	Limelight Networks

Modified:
  stable/11/sys/compat/linuxkpi/common/include/linux/types.h
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/sys/compat/linuxkpi/common/include/linux/types.h
==============================================================================
--- stable/11/sys/compat/linuxkpi/common/include/linux/types.h	Wed Jun 20 06:57:59 2018	(r335433)
+++ stable/11/sys/compat/linuxkpi/common/include/linux/types.h	Wed Jun 20 06:58:51 2018	(r335434)
@@ -62,6 +62,8 @@ typedef unsigned long pgoff_t;
 
 typedef u64 phys_addr_t;
 
+typedef size_t __kernel_size_t;
+
 #define	DECLARE_BITMAP(n, bits)						\
 	unsigned long n[howmany(bits, sizeof(long) * 8)]
 



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