On Mon, Feb 19, 2001 at 10:28:56PM -0800, Simon J. Gerraty wrote: > FWIW, I had the same need in my sNFS client. I gave struct mntopt a [...] That sound like a pretty good idea too (storing the subopt arg pointer in struct mntopt). That way you have to call getmntops() only once. Care to donate the code? :) - Frank