Module Name: src Committed By: skrll Date: Mon Dec 14 18:39:19 UTC 2009
Modified Files: src/sys/arch/mips/mips: syscall.c Log Message: Wrap comment. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sys/arch/mips/mips/syscall.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/arch/mips/mips/syscall.c diff -u src/sys/arch/mips/mips/syscall.c:1.39 src/sys/arch/mips/mips/syscall.c:1.40 --- src/sys/arch/mips/mips/syscall.c:1.39 Mon Dec 14 00:46:07 2009 +++ src/sys/arch/mips/mips/syscall.c Mon Dec 14 18:39:19 2009 @@ -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)); /*