Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Oct 2020 14:42:52 +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: r367135 - head/sys/compat/linux
Message-ID:  <202010291442.09TEgqm8099816@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Thu Oct 29 14:42:51 2020
New Revision: 367135
URL: https://svnweb.freebsd.org/changeset/base/367135

Log:
  Fix typo.
  
  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	Thu Oct 29 14:42:02 2020	(r367134)
+++ head/sys/compat/linux/linux_errno.h	Thu Oct 29 14:42:51 2020	(r367135)
@@ -88,7 +88,7 @@
 #define	LINUX_EUNATCH		49
 
 #define	LINUX_ENOCSI		50
-#define	LINUX_L2HLT		51
+#define	LINUX_EL2HLT		51
 #define	LINUX_EBADE		52
 #define	LINUX_EBADR		53
 #define	LINUX_EXFULL		54



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