Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Wrap comment.
details: https://anonhg.NetBSD.org/src/rev/98af4ced5b67
branches: trunk
changeset: 750046:98af4ced5b67
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Dec 14 18:39:19 2009 +0000
description:
Wrap comment.
diffstat:
sys/arch/mips/mips/syscall.c | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (28 lines):
diff -r aeb521ca3ca2 -r 98af4ced5b67 sys/arch/mips/mips/syscall.c
--- a/sys/arch/mips/mips/syscall.c Mon Dec 14 17:16:12 2009 +0000
+++ b/sys/arch/mips/mips/syscall.c Mon Dec 14 18:39:19 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: syscall.c,v 1.39 2009/12/14 00:46:07 matt Exp $ */
+/* $NetBSD: syscall.c,v 1.40 2009/12/14 18:39:19 skrll Exp $ */
/*-
* Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -107,7 +107,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.39 2009/12/14 00:46:07 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscall.c,v 1.40 2009/12/14 18:39:19 skrll Exp $");
#if defined(_KERNEL_OPT)
#include "opt_sa.h"
@@ -240,7 +240,8 @@
KASSERT(nargs <= __arraycount(copyargs));
args = copyargs;
/*
- * Copy the arguments passed via register from the * trap frame to our argument array
+ * Copy the arguments passed via register from the
+ * trap frame to our argument array
*/
memcpy(copyargs, fargs, nregs * sizeof(register_t));
/*
Home |
Main Index |
Thread Index |
Old Index