Source-Changes-HG archive

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

[src/trunk]: src/sbin/mount_nfs fix typo introduced in previous (print "addr=...



details:   https://anonhg.NetBSD.org/src/rev/4d0066343cf6
branches:  trunk
changeset: 545519:4d0066343cf6
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Apr 10 04:40:38 2003 +0000

description:
fix typo introduced in previous (print "addr=" instead of "ddr=")

diffstat:

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

diffs (27 lines):

diff -r e96ef7ae9c98 -r 4d0066343cf6 sbin/mount_nfs/mount_nfs.c
--- a/sbin/mount_nfs/mount_nfs.c        Thu Apr 10 04:35:23 2003 +0000
+++ b/sbin/mount_nfs/mount_nfs.c        Thu Apr 10 04:40:38 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mount_nfs.c,v 1.38 2003/04/07 13:31:17 fvdl Exp $      */
+/*     $NetBSD: mount_nfs.c,v 1.39 2003/04/10 04:40:38 lukem 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.38 2003/04/07 13:31:17 fvdl Exp $");
+__RCSID("$NetBSD: mount_nfs.c,v 1.39 2003/04/10 04:40:38 lukem Exp $");
 #endif
 #endif /* not lint */
 
@@ -592,7 +592,7 @@
                error = -1;
 
        if (error == 0)
-               printf("ddr=%s, port=%s, addrlen=%d, ",
+               printf("addr=%s, port=%s, addrlen=%d, ",
                    host, serv, nfsargsp->addrlen);
        printf("sotype=%d, proto=%d, fhsize=%d, "
            "flags=%s, wsize=%d, rsize=%d, readdirsize=%d, timeo=%d, "



Home | Main Index | Thread Index | Old Index