From a128c1c54404203a6252610604e4465e606740f0 Mon Sep 17 00:00:00 2001 From: he Date: Tue, 23 Jan 2007 10:35:05 +0000 Subject: [PATCH] Adapt to the addition of vfs_suspendctl in struct vfsops. --- sys/compat/irix/irix_usema.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/compat/irix/irix_usema.c b/sys/compat/irix/irix_usema.c index f77a11990589..6108faa9e5ec 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.16 2006/09/01 04:54:45 sekiya Exp $ */ +/* $NetBSD: irix_usema.c,v 1.17 2007/01/23 10:35:05 he Exp $ */ /*- * Copyright (c) 2002 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: irix_usema.c,v 1.16 2006/09/01 04:54:45 sekiya Exp $"); +__KERNEL_RCSID(0, "$NetBSD: irix_usema.c,v 1.17 2007/01/23 10:35:05 he Exp $"); #include #include @@ -106,6 +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, irix_usema_vnodeopv_descs, }; void irix_usema_dummy_vfs_init(void) { return; } /* Do nothing */