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 spurious colon from error message; cln...



details:   https://anonhg.NetBSD.org/src/rev/3c687cf3bc2a
branches:  trunk
changeset: 493912:3c687cf3bc2a
user:      bjh21 <bjh21%NetBSD.org@localhost>
date:      Mon Jun 26 21:53:34 2000 +0000

description:
Remove spurious colon from error message; clnt_pcreateerror provides one.

diffstat:

 sbin/mount_nfs/mount_nfs.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 68c87cf4eb6e -r 3c687cf3bc2a sbin/mount_nfs/mount_nfs.c
--- a/sbin/mount_nfs/mount_nfs.c        Mon Jun 26 21:16:15 2000 +0000
+++ b/sbin/mount_nfs/mount_nfs.c        Mon Jun 26 21:53:34 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_nfs.c,v 1.26 2000/06/19 23:19:20 fvdl Exp $      */
+/*     $NetBSD: mount_nfs.c,v 1.27 2000/06/26 21:53:34 bjh21 Exp $     */
 
 /*
  * Copyright (c) 1992, 1993, 1994
@@ -46,7 +46,7 @@
 #if 0
 static char sccsid[] = "@(#)mount_nfs.c        8.11 (Berkeley) 5/4/95";
 #else
-__RCSID("$NetBSD: mount_nfs.c,v 1.26 2000/06/19 23:19:20 fvdl Exp $");
+__RCSID("$NetBSD: mount_nfs.c,v 1.27 2000/06/26 21:53:34 bjh21 Exp $");
 #endif
 #endif /* not lint */
 
@@ -691,7 +691,7 @@
                        }
                        if ((opflags & ISBGRND) == 0)
                                clnt_pcreateerror(
-                                   "mount_nfs: rpcbind on server:");
+                                   "mount_nfs: rpcbind on server");
                } else {
                        pertry.tv_sec = 10;
                        pertry.tv_usec = 0;



Home | Main Index | Thread Index | Old Index