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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"