svn commit: r367135 - head/sys/compat/linux

Edward Tomasz Napierala trasz at FreeBSD.org
Thu Oct 29 14:42:52 UTC 2020


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


More information about the svn-src-head mailing list