Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mount_nfs remove debugging printf.
details: https://anonhg.NetBSD.org/src/rev/a7cba11fae53
branches: trunk
changeset: 351173:a7cba11fae53
user: christos <christos%NetBSD.org@localhost>
date: Sun Feb 05 00:24:24 2017 +0000
description:
remove debugging printf.
diffstat:
sbin/mount_nfs/getnfsargs.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 2038189f8224 -r a7cba11fae53 sbin/mount_nfs/getnfsargs.c
--- a/sbin/mount_nfs/getnfsargs.c Sat Feb 04 23:35:15 2017 +0000
+++ b/sbin/mount_nfs/getnfsargs.c Sun Feb 05 00:24:24 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: getnfsargs.c,v 1.17 2017/02/03 21:56:01 christos Exp $ */
+/* $NetBSD: getnfsargs.c,v 1.18 2017/02/05 00:24:24 christos Exp $ */
/*
* Copyright (c) 1992, 1993, 1994
@@ -42,7 +42,7 @@
#if 0
static char sccsid[] = "@(#)mount_nfs.c 8.11 (Berkeley) 5/4/95";
#else
-__RCSID("$NetBSD: getnfsargs.c,v 1.17 2017/02/03 21:56:01 christos Exp $");
+__RCSID("$NetBSD: getnfsargs.c,v 1.18 2017/02/05 00:24:24 christos Exp $");
#endif
#endif /* not lint */
@@ -201,7 +201,6 @@
* XXX relies on clnt_tcp_create to bind to a reserved
* socket.
*/
- printf("netid=%s\n", netid);
clp = clnt_tp_create(hostp, RPCPROG_MNT, mntvers,
mnttcp_ok ? nconf : getnetconfigent(netid));
if (clp == NULL) {
Home |
Main Index |
Thread Index |
Old Index