Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/common remove stray char.
details: https://anonhg.NetBSD.org/src/rev/af7ea2d9def6
branches: trunk
changeset: 1023696:af7ea2d9def6
user: christos <christos%NetBSD.org@localhost>
date: Thu Sep 23 11:28:47 2021 +0000
description:
remove stray char.
diffstat:
sys/compat/linux/common/linux_misc_notalpha.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r e6cf1e2f63ac -r af7ea2d9def6 sys/compat/linux/common/linux_misc_notalpha.c
--- a/sys/compat/linux/common/linux_misc_notalpha.c Thu Sep 23 10:31:23 2021 +0000
+++ b/sys/compat/linux/common/linux_misc_notalpha.c Thu Sep 23 11:28:47 2021 +0000
@@ -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 @@
} */
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;
Home |
Main Index |
Thread Index |
Old Index