Demi M. Obenour <[email protected]> wrote: > >Synopsis: missing documentation for export_args.ex_flags > >Category: documentation > >Environment: > System : OpenBSD 6.6 > Details : OpenBSD 6.6 (GENERIC.MP) #7: Thu Mar 12 11:55:22 MDT 2020 > > [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP > > Architecture: OpenBSD.amd64 > Machine : amd64 > >Description: > I am writing a C program that needs to mount filesystems. I > currently use posix_spawn(3) to invoke mount(8), but I would > prefer to call mount(2) directly. One of the filesystems I need > to mount must be NFS exported, however, so I am blocked by the > lack of documentation for export_args.ex_flags. > >How-To-Repeat: > Try to find what the valid flags are for export_args.ex_flags > >Fix: > Document export_args.ex_flags
There is source code which does this obviously. And once you get it working, you can send a proper diff.
