Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/nfsd Remove superfluous empty line
details: https://anonhg.NetBSD.org/src/rev/12f55879aa44
branches: trunk
changeset: 937768:12f55879aa44
user: gson <gson%NetBSD.org@localhost>
date: Wed Aug 26 13:32:56 2020 +0000
description:
Remove superfluous empty line
diffstat:
usr.sbin/nfsd/nfsd.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r ea4984199005 -r 12f55879aa44 usr.sbin/nfsd/nfsd.c
--- a/usr.sbin/nfsd/nfsd.c Wed Aug 26 12:59:28 2020 +0000
+++ b/usr.sbin/nfsd/nfsd.c Wed Aug 26 13:32:56 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfsd.c,v 1.69 2020/06/17 00:16:22 kamil Exp $ */
+/* $NetBSD: nfsd.c,v 1.70 2020/08/26 13:32:56 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.69 2020/06/17 00:16:22 kamil Exp $");
+__RCSID("$NetBSD: nfsd.c,v 1.70 2020/08/26 13:32:56 gson Exp $");
#endif
#endif /* not lint */
@@ -548,7 +548,6 @@
setupsock(&cfg[i], &set[i], i);
if (set[i].fd != -1)
connect_type_cnt++;
-
}
pthread_setname_np(pthread_self(), "master", NULL);
Home |
Main Index |
Thread Index |
Old Index