Module Name: src Committed By: christos Date: Thu Sep 23 11:28:47 UTC 2021
Modified Files: src/sys/compat/linux/common: linux_misc_notalpha.c Log Message: remove stray char. To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 \ src/sys/compat/linux/common/linux_misc_notalpha.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/compat/linux/common/linux_misc_notalpha.c diff -u src/sys/compat/linux/common/linux_misc_notalpha.c:1.112 src/sys/compat/linux/common/linux_misc_notalpha.c:1.113 --- src/sys/compat/linux/common/linux_misc_notalpha.c:1.112 Thu Sep 23 02:56:27 2021 +++ src/sys/compat/linux/common/linux_misc_notalpha.c Thu Sep 23 07:28:47 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: linux_misc_notalpha.c,v 1.112 2021/09/23 06:56:27 ryo Exp $ */ +/* $NetBSD: linux_misc_notalpha.c,v 1.113 2021/09/23 11:28:47 christos Exp $ */ /*- * Copyright (c) 1995, 1998, 2008, 2020 The NetBSD Foundation, Inc. @@ -31,7 +31,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_misc_notalpha.c,v 1.112 2021/09/23 06:56:27 ryo Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_misc_notalpha.c,v 1.113 2021/09/23 11:28:47 christos Exp $"); /* * Note that we must NOT include "opt_compat_linux32.h" here, @@ -165,7 +165,7 @@ linux_sys_readdir(struct lwp *l, const s } */ int error; struct linux_sys_getdents_args da; -v + SCARG(&da, fd) = SCARG(uap, fd); SCARG(&da, dent) = SCARG(uap, dent); SCARG(&da, count) = 1;