Module Name:src
Committed By: rillig
Date: Fri Jan 3 00:49:24 UTC 2025
Modified Files:
src/sbin/mount_nfs: mount_nfs.c
Log Message:
mount_nfs: fix a few lint warnings
The options 'K' and 'm:' are neither documented nor handled.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: rillig
Date: Fri Jan 3 00:49:24 UTC 2025
Modified Files:
src/sbin/mount_nfs: mount_nfs.c
Log Message:
mount_nfs: fix a few lint warnings
The options 'K' and 'm:' are neither documented nor handled.
To generate a diff of this commit:
cvs rd
Module Name:src
Committed By: chs
Date: Wed Dec 21 19:00:52 UTC 2022
Modified Files:
src/sbin/mount_nfs: mount_nfs.c
Log Message:
mount_nfs: add missing "A" to getopt string
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sbin/mount_nfs/mount_nfs.c
Ple
Module Name:src
Committed By: chs
Date: Wed Dec 21 19:00:52 UTC 2022
Modified Files:
src/sbin/mount_nfs: mount_nfs.c
Log Message:
mount_nfs: add missing "A" to getopt string
To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sbin/mount_nfs/mount_nfs.c
Ple
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