Date: Sat, 14 Dec 2019 23:39:32 +0000 (UTC) From: Conrad Meyer <cem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r355760 - head/sys/compat/linuxkpi/common/include/linux Message-ID: <201912142339.xBENdWwU064961@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cem Date: Sat Dec 14 23:39:32 2019 New Revision: 355760 URL: https://svnweb.freebsd.org/changeset/base/355760 Log: linuxkpi: Drop incompatible __deprecated definition Probably all of these linuxkpi stubs should be '#ifndef' guarded, but maybe that would prevent people from noticing when they are defined. Introduced in r355759. For some reason I only ran a buildworld and not a kernel. Mea culpa. Reported by: Mark Millard X-MFC-with: r355759 Modified: head/sys/compat/linuxkpi/common/include/linux/compiler.h Modified: head/sys/compat/linuxkpi/common/include/linux/compiler.h ============================================================================== --- head/sys/compat/linuxkpi/common/include/linux/compiler.h Sat Dec 14 21:52:49 2019 (r355759) +++ head/sys/compat/linuxkpi/common/include/linux/compiler.h Sat Dec 14 23:39:32 2019 (r355760) @@ -50,7 +50,6 @@ #define __cond_lock(x,c) (c) #define __bitwise #define __devinitdata -#define __deprecated #define __init #define __initconst #define __devinit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912142339.xBENdWwU064961>