Delete some splurious commas and very unexpected trailing space

This commit is contained in:
dsl 2011-06-05 08:42:59 +00:00
parent 727143def5
commit 57cfea60ab
3 changed files with 9 additions and 9 deletions

View File

@ -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 @@ linux_sys_sched_setaffinity(struct lwp *l, const struct linux_sys_sched_setaffin
printf("linux_sys_sched_setaffinity\n");
#endif
return 0;
};
}

View File

@ -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 @@ out:
int
netbsd32___mount50(struct lwp *l, const struct netbsd32___mount50_args *uap,
register_t *retval)
register_t *retval)
{
/* {
syscallarg(netbsd32_charp) type;

View File

@ -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 @@ netbsd32___sigsuspend14(struct lwp *l, const struct netbsd32___sigsuspend14_args
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)