Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sbin/mount_nfs Pull up rev. 1.27:



details:   https://anonhg.NetBSD.org/src/rev/9fe01f06d337
branches:  netbsd-1-5
changeset: 488388:9fe01f06d337
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Jul 03 22:27:31 2000 +0000

description:
Pull up rev. 1.27:
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 268802dfa02e -r 9fe01f06d337 sbin/mount_nfs/mount_nfs.c
--- a/sbin/mount_nfs/mount_nfs.c        Mon Jul 03 22:26:35 2000 +0000
+++ b/sbin/mount_nfs/mount_nfs.c        Mon Jul 03 22:27:31 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.26.2.1 2000/07/03 22:27:31 thorpej 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.26.2.1 2000/07/03 22:27:31 thorpej 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