ref: 49e991eaed54c50cc65a0f9895ff69a6aa1517ab
dir: /sys/src/cmd/auth/lib/fs.c/
#include <u.h>
#include <libc.h>
#include <bio.h>
#include <authsrv.h>
#include "authcmdlib.h"
Fs fs[3] =
{
[Plan9] { "/mnt/keys", "plan 9 key", "/adm/keys.who", 0 },
[Securenet] { "/mnt/netkeys", "network access key", "/adm/netkeys.who", 0 },
};