Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jan 2016 08:04:29 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r294620 - head/sys/amd64/linux
Message-ID:  <201601230804.u0N84TfW020872@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Sat Jan 23 08:04:29 2016
New Revision: 294620
URL: https://svnweb.freebsd.org/changeset/base/294620

Log:
  Fix a typo.
  
  MFC after:	3 days

Modified:
  head/sys/amd64/linux/linux.h

Modified: head/sys/amd64/linux/linux.h
==============================================================================
--- head/sys/amd64/linux/linux.h	Sat Jan 23 07:35:29 2016	(r294619)
+++ head/sys/amd64/linux/linux.h	Sat Jan 23 08:04:29 2016	(r294620)
@@ -530,8 +530,8 @@ struct l_pollfd {
 
 #define LINUX_ARCH_SET_GS		0x1001
 #define LINUX_ARCH_SET_FS		0x1002
-#define LINUX_ARCH_GET_GS		0x1003
-#define LINUX_ARCH_GET_FS		0x1004
+#define LINUX_ARCH_GET_FS		0x1003
+#define LINUX_ARCH_GET_GS		0x1004
 
 #define	linux_copyout_rusage(r, u)	copyout(r, u, sizeof(*r))
 



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