In article <3523.1486165...@andromeda.noi.kre.to>,
Robert Elz wrote:
>Date:Fri, 3 Feb 2017 16:56:01 -0500
>From:"Christos Zoulas"
>Message-ID: <20170203215601.cb806f...@cvs.netbsd.org>
>
> | Modified Files:
> |src/sbin/mount_nfs: getnfsargs.c
> |
> | Log Mes
Robert Elz writes:
> Did you intend to keep ...
>
> + printf("netid=%s\n", netid);
>
> ?
He probably didn't - but updating mount_nfs (and removing this line for
tidiness) solves my NFS problem. It now works for all combinations of
upd, tcp, ipv4, and ipv6. :)
-tih
--
Mo
Date:Fri, 3 Feb 2017 16:56:01 -0500
From:"Christos Zoulas"
Message-ID: <20170203215601.cb806f...@cvs.netbsd.org>
| Modified Files:
| src/sbin/mount_nfs: getnfsargs.c
|
| Log Message:
| use the netid value because it could be udp6...
Did you intend to k
Whoops. the commit message below should've said "no functional change
apart from new bugs".
patched, thanks.
On Fri Apr 03 2009 at 00:37:43 +, YAMAMOTO Takashi wrote:
> hi,
>
> 'sa' in mount_nfs_dogetargs will be out of the scope when it's used.
>
> YAMAMOTO Takashi
>
> > Module Name:
hi,
'sa' in mount_nfs_dogetargs will be out of the scope when it's used.
YAMAMOTO Takashi
> Module Name: src
> Committed By: pooka
> Date: Thu Oct 16 09:12:54 UTC 2008
>
> Modified Files:
> src/sbin/mount_nfs: Makefile mount_nfs.c mount_nfs.h
>
> Log Message:
> Convert mount_nfs