Module Name: src
Committed By: skrll
Date: Fri Sep 23 14:16:32 UTC 2016
Modified Files:
src/sys/compat/netbsd32: netbsd32.h netbsd32_time.c
Log Message:
Trailing whitespace
To generate a diff of this commit:
cvs rdiff -u -r1.111 -r1.112 src/sys/compat/netbsd32/netbsd32.h
cvs rdiff -u -r1.47 -r1.48 src/sys/compat/netbsd32/netbsd32_time.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/compat/netbsd32/netbsd32.h
diff -u src/sys/compat/netbsd32/netbsd32.h:1.111 src/sys/compat/netbsd32/netbsd32.h:1.112
--- src/sys/compat/netbsd32/netbsd32.h:1.111 Fri Sep 23 14:12:00 2016
+++ src/sys/compat/netbsd32/netbsd32.h Fri Sep 23 14:16:32 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32.h,v 1.111 2016/09/23 14:12:00 skrll Exp $ */
+/* $NetBSD: netbsd32.h,v 1.112 2016/09/23 14:16:32 skrll Exp $ */
/*
* Copyright (c) 1998, 2001, 2008, 2015 Matthew R. Green
@@ -276,7 +276,7 @@ struct netbsd32_export_args30 {
int ex_addrlen; /* and the net address length */
netbsd32_pointer_t ex_mask; /* mask of valid bits in saddr */
int ex_masklen; /* and the smask length */
- netbsd32_charp ex_indexfile; /* index file for WebNFS URLs */
+ netbsd32_charp ex_indexfile; /* index file for WebNFS URLs */
};
/* from <sys/poll.h> */
Index: src/sys/compat/netbsd32/netbsd32_time.c
diff -u src/sys/compat/netbsd32/netbsd32_time.c:1.47 src/sys/compat/netbsd32/netbsd32_time.c:1.48
--- src/sys/compat/netbsd32/netbsd32_time.c:1.47 Fri Sep 23 14:09:39 2016
+++ src/sys/compat/netbsd32/netbsd32_time.c Fri Sep 23 14:16:32 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: netbsd32_time.c,v 1.47 2016/09/23 14:09:39 skrll Exp $ */
+/* $NetBSD: netbsd32_time.c,v 1.48 2016/09/23 14:16:32 skrll Exp $ */
/*
* Copyright (c) 1998, 2001 Matthew R. Green
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_time.c,v 1.47 2016/09/23 14:09:39 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_time.c,v 1.48 2016/09/23 14:16:32 skrll Exp $");
#if defined(_KERNEL_OPT)
#include "opt_ntp.h"
@@ -53,7 +53,7 @@ __KERNEL_RCSID(0, "$NetBSD: netbsd32_tim
#ifdef NTP
int
-netbsd32___ntp_gettime50(struct lwp *l,
+netbsd32___ntp_gettime50(struct lwp *l,
const struct netbsd32___ntp_gettime50_args *uap, register_t *retval)
{
/* {
@@ -83,7 +83,7 @@ netbsd32___ntp_gettime50(struct lwp *l,
#ifdef COMPAT_50
int
-compat_50_netbsd32_ntp_gettime(struct lwp *l,
+compat_50_netbsd32_ntp_gettime(struct lwp *l,
const struct compat_50_netbsd32_ntp_gettime_args *uap, register_t *retval)
{
/* {
@@ -327,7 +327,7 @@ netbsd32___adjtime50(struct lwp *l, cons
if (error)
return (error);
}
-
+
if (SCARG_P32(uap, delta)) {
error = copyin(SCARG_P32(uap, delta), &atv, sizeof(atv));
if (error)