diff options
| author | Paul Saab <ps@FreeBSD.org> | 2000-09-10 01:33:25 +0000 |
|---|---|---|
| committer | Paul Saab <ps@FreeBSD.org> | 2000-09-10 01:33:25 +0000 |
| commit | 17ccbf932dd5a385643c423d2aa5dd1ecff0466f (patch) | |
| tree | 34eb6247f37a9cf13b0533deb6a185510a95c8e3 /lib | |
| parent | cda1cae951e4eb3dc7d402e90ff431dc7c2f6e6a (diff) | |
Notes
Diffstat (limited to 'lib')
| -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", |
