Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/nfsd Fix indentation
details: https://anonhg.NetBSD.org/src/rev/0a26acdc7614
branches: trunk
changeset: 937770:0a26acdc7614
user: gson <gson%NetBSD.org@localhost>
date: Wed Aug 26 13:35:12 2020 +0000
description:
Fix indentation
diffstat:
usr.sbin/nfsd/nfsd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r a3ebea07448c -r 0a26acdc7614 usr.sbin/nfsd/nfsd.c
--- a/usr.sbin/nfsd/nfsd.c Wed Aug 26 13:33:42 2020 +0000
+++ b/usr.sbin/nfsd/nfsd.c Wed Aug 26 13:35:12 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfsd.c,v 1.71 2020/08/26 13:33:42 gson Exp $ */
+/* $NetBSD: nfsd.c,v 1.72 2020/08/26 13:35:12 gson Exp $ */
/*
* Copyright (c) 1989, 1993, 1994
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)nfsd.c 8.9 (Berkeley) 3/29/95";
#else
-__RCSID("$NetBSD: nfsd.c,v 1.71 2020/08/26 13:33:42 gson Exp $");
+__RCSID("$NetBSD: nfsd.c,v 1.72 2020/08/26 13:35:12 gson Exp $");
#endif
#endif /* not lint */
@@ -329,7 +329,7 @@
/* child */
(void)close(detach_msg_pipe[0]);
(void)write(detach_msg_pipe[1], "", 1);
- return detach_msg_pipe[1];
+ return detach_msg_pipe[1];
default:
break;
}
Home |
Main Index |
Thread Index |
Old Index