CVS commit: src/sbin/mount_nfs

2025-01-02 Thread Roland Illig
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

CVS commit: src/sbin/mount_nfs

2025-01-02 Thread Roland Illig
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

CVS commit: src/sbin/mount_nfs

2022-12-21 Thread Chuck Silvers
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

CVS commit: src/sbin/mount_nfs

2022-12-21 Thread Chuck Silvers
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

Re: CVS commit: src/sbin/mount_nfs

2017-02-04 Thread Christos Zoulas
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

Re: CVS commit: src/sbin/mount_nfs

2017-02-04 Thread Tom Ivar Helbekkmo
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

Re: CVS commit: src/sbin/mount_nfs

2017-02-03 Thread Robert Elz
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

Re: CVS commit: src/sbin/mount_nfs

2009-04-03 Thread Antti Kantee
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:

Re: CVS commit: src/sbin/mount_nfs

2009-04-02 Thread YAMAMOTO Takashi
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