Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat Delete some splurious commas and very unexpected ...
details: https://anonhg.NetBSD.org/src/rev/16588f9bad5b
branches: trunk
changeset: 765759:16588f9bad5b
user: dsl <dsl%NetBSD.org@localhost>
date: Sun Jun 05 08:42:59 2011 +0000
description:
Delete some splurious commas and very unexpected trailing space
diffstat:
sys/compat/linux/common/linux_sched.c | 6 +++---
sys/compat/netbsd32/netbsd32_fs.c | 6 +++---
sys/compat/netbsd32/netbsd32_netbsd.c | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (78 lines):
diff -r ac88afcb2f21 -r 16588f9bad5b sys/compat/linux/common/linux_sched.c
--- a/sys/compat/linux/common/linux_sched.c Sun Jun 05 07:58:03 2011 +0000
+++ b/sys/compat/linux/common/linux_sched.c Sun Jun 05 08:42:59 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_sched.c,v 1.63 2010/07/07 01:30:35 chs Exp $ */
+/* $NetBSD: linux_sched.c,v 1.64 2011/06/05 08:42:59 dsl Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -35,7 +35,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_sched.c,v 1.63 2010/07/07 01:30:35 chs Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_sched.c,v 1.64 2011/06/05 08:42:59 dsl Exp $");
#include <sys/param.h>
#include <sys/mount.h>
@@ -696,4 +696,4 @@
printf("linux_sys_sched_setaffinity\n");
#endif
return 0;
-};
+}
diff -r ac88afcb2f21 -r 16588f9bad5b sys/compat/netbsd32/netbsd32_fs.c
--- a/sys/compat/netbsd32/netbsd32_fs.c Sun Jun 05 07:58:03 2011 +0000
+++ b/sys/compat/netbsd32/netbsd32_fs.c Sun Jun 05 08:42:59 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_fs.c,v 1.60 2011/01/22 22:26:10 matt Exp $ */
+/* $NetBSD: netbsd32_fs.c,v 1.61 2011/06/05 08:42:59 dsl Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_fs.c,v 1.60 2011/01/22 22:26:10 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_fs.c,v 1.61 2011/06/05 08:42:59 dsl Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -759,7 +759,7 @@
int
netbsd32___mount50(struct lwp *l, const struct netbsd32___mount50_args *uap,
- register_t *retval)
+ register_t *retval)
{
/* {
syscallarg(netbsd32_charp) type;
diff -r ac88afcb2f21 -r 16588f9bad5b sys/compat/netbsd32/netbsd32_netbsd.c
--- a/sys/compat/netbsd32/netbsd32_netbsd.c Sun Jun 05 07:58:03 2011 +0000
+++ b/sys/compat/netbsd32/netbsd32_netbsd.c Sun Jun 05 08:42:59 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_netbsd.c,v 1.170 2011/05/01 02:08:15 rmind Exp $ */
+/* $NetBSD: netbsd32_netbsd.c,v 1.171 2011/06/05 08:42:59 dsl Exp $ */
/*
* Copyright (c) 1998, 2001, 2008 Matthew R. Green
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.170 2011/05/01 02:08:15 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_netbsd.c,v 1.171 2011/06/05 08:42:59 dsl Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ddb.h"
@@ -1863,7 +1863,7 @@
NETBSD32TOP_UAP(set, sigset_t);
return (sys___sigsuspend14(l, &ua, retval));
-};
+}
int
netbsd32_fchroot(struct lwp *l, const struct netbsd32_fchroot_args *uap, register_t *retval)
Home |
Main Index |
Thread Index |
Old Index