diff options
| author | Mike Smith <msmith@FreeBSD.org> | 2000-09-05 22:11:41 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 2000-09-05 22:11:41 +0000 |
| commit | 6910d080a229cf102536b25e5c705535be63c1b2 (patch) | |
| tree | 8ac92aa970d223eefa6cb7f88ca5f316860b57be | |
| parent | f535380cb6129e205bfa36db821a10ef3c1ac7e2 (diff) | |
Notes
| -rw-r--r-- | lib/libstand/nfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libstand/nfs.c b/lib/libstand/nfs.c index a02ca580c135..67fc1bc64407 100644 --- a/lib/libstand/nfs.c +++ b/lib/libstand/nfs.c @@ -127,7 +127,7 @@ static off_t nfs_seek(struct open_file *f, off_t offset, int where); static int nfs_stat(struct open_file *f, struct stat *sb); static int nfs_readdir(struct open_file *f, struct dirent *d); -static struct nfs_iodesc nfs_root_node; +struct nfs_iodesc nfs_root_node; struct fs_ops nfs_fsops = { "nfs", |
