From 3faf9691745ae6ebcf29a6876b149711773a507d Mon Sep 17 00:00:00 2001 From: martin Date: Tue, 27 Sep 2005 13:26:03 +0000 Subject: [PATCH] Adapt to struct vfsops changes during the NFS export rototill. --- sys/compat/irix/irix_usema.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/compat/irix/irix_usema.c b/sys/compat/irix/irix_usema.c index 7c20e6abd489..a33ecb5c08b2 100644 --- a/sys/compat/irix/irix_usema.c +++ b/sys/compat/irix/irix_usema.c @@ -1,4 +1,4 @@ -/* $NetBSD: irix_usema.c,v 1.12 2005/02/26 23:10:19 perry Exp $ */ +/* $NetBSD: irix_usema.c,v 1.13 2005/09/27 13:26:03 martin Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: irix_usema.c,v 1.12 2005/02/26 23:10:19 perry Exp $"); +__KERNEL_RCSID(0, "$NetBSD: irix_usema.c,v 1.13 2005/09/27 13:26:03 martin Exp $"); #include #include @@ -106,7 +106,7 @@ struct vfsops irix_usema_dummy_vfsops = { "usema_dummy", NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, irix_usema_dummy_vfs_init, NULL, NULL, NULL, NULL, NULL, - NULL, NULL, irix_usema_vnodeopv_descs, + irix_usema_vnodeopv_descs, }; void irix_usema_dummy_vfs_init(void) { return; } /* Do nothing */ const struct vnodeopv_desc * const irix_usema_vnodeopv_descs[] = {