Subject: Re: getmntopt change
To: Jason R Thorpe <thorpej@zembu.com>
From: Frank van der Linden <fvdl@wasabisystems.com>
List: tech-userlevel
Date: 02/20/2001 12:20:01
On Mon, Feb 19, 2001 at 10:20:01PM -0800, Jason R Thorpe wrote:
> On Mon, Feb 19, 2001 at 11:03:35PM +0100, Frank van der Linden wrote:
> 
>  > Where optval is a pointer to a char *, which will contain a pointer
>  > to the value string ('bar' in 'foo=bar'), or NULL if no value
>  > was present. The string pointed to, if not NULL, is freshly allocated.
> 
> Err, isn't this what getsubopt(3) is for?

Heh, funny, I didn't even know we had that. I can't even find (quick search)
anything that uses it. I guess I'll just modify mount_nfs to use it.

- Frank