diff options
author | des <des@FreeBSD.org> | 2001-06-10 21:37:11 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-06-10 21:37:11 +0000 |
commit | 2002923bda266a13ddb6a6c5e014d885e6ab77f1 (patch) | |
tree | c75ecc22423473956e291fa137ef801b77d1a655 /sys/fs/pseudofs | |
parent | 1988303641ed5eeea7666f3901f34f2f7c6d0710 (diff) | |
download | FreeBSD-src-2002923bda266a13ddb6a6c5e014d885e6ab77f1.zip FreeBSD-src-2002923bda266a13ddb6a6c5e014d885e6ab77f1.tar.gz |
Whoops, some of my test code snuck in here.
Diffstat (limited to 'sys/fs/pseudofs')
-rw-r--r-- | sys/fs/pseudofs/pseudofs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/pseudofs/pseudofs.h b/sys/fs/pseudofs/pseudofs.h index b0666ea..cfe3d9e 100644 --- a/sys/fs/pseudofs/pseudofs.h +++ b/sys/fs/pseudofs/pseudofs.h @@ -157,7 +157,7 @@ _##name##_uninit(struct vfsconf *vfc) { \ return pfs_uninit(&name##_info, vfc); \ } \ \ -static struct vfsops testfs_vfsops = { \ +static struct vfsops name##_vfsops = { \ _##name##_mount, \ vfs_stdstart, \ pfs_unmount, \ |