Remove a superfluous pasted structure definition, permitting ALL to

build again.

Caught by Hisashi T Fujinaka.
This commit is contained in:
rumble 2007-07-01 01:09:05 +00:00
parent 168c1071b4
commit 1b3d6b0053
1 changed files with 2 additions and 8 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: efs_vfsops.c,v 1.1 2007/06/29 23:30:30 rumble Exp $ */
/* $NetBSD: efs_vfsops.c,v 1.2 2007/07/01 01:09:05 rumble Exp $ */
/*
* Copyright (c) 2006 Stephen M. Rumble <rumble@ephemeral.org>
@ -17,7 +17,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: efs_vfsops.c,v 1.1 2007/06/29 23:30:30 rumble Exp $");
__KERNEL_RCSID(0, "$NetBSD: efs_vfsops.c,v 1.2 2007/07/01 01:09:05 rumble Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -560,12 +560,6 @@ const struct vnodeopv_desc * const efs_vnodeopv_descs[] = {
NULL
};
const struct genfs_ops sysvbfs_genfsops = {
.gop_size = genfs_size,
.gop_alloc = efs_gop_alloc,
.gop_write = genfs_gop_write,
};
struct vfsops efs_vfsops = {
.vfs_name = MOUNT_EFS,
.vfs_mount = efs_mount,