Fix a typo.

MFC after:	3 days
This commit is contained in:
Dmitry Chagin 2016-01-23 08:04:29 +00:00
parent 937c6a1882
commit f138999141
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294620

View File

@ -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))