Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2020 21:39:05 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r367348 - head/sys/compat/linux
Message-ID:  <202011042139.0A4Ld5BT089562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Wed Nov  4 21:39:04 2020
New Revision: 367348
URL: https://svnweb.freebsd.org/changeset/base/367348

Log:
  Unbreak buildworld after r367339.
  
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/compat/linux/linux_errno.h

Modified: head/sys/compat/linux/linux_errno.h
==============================================================================
--- head/sys/compat/linux/linux_errno.h	Wed Nov  4 21:23:25 2020	(r367347)
+++ head/sys/compat/linux/linux_errno.h	Wed Nov  4 21:39:04 2020	(r367348)
@@ -180,8 +180,6 @@
 #define	LINUX_ERFKILL		132
 #define	LINUX_EHWPOISON		133
 
-#ifdef _KERNEL
 #define	LINUX_ELAST		LINUX_EHWPOISON
-#endif
 
 #endif /* _LINUX_ERRNO_H_ */



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