Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/pgoyette-compat]: src/sys/compat/common Add compat_raid_80 to the requir...
details: https://anonhg.NetBSD.org/src/rev/b33f2b8c3557
branches: pgoyette-compat
changeset: 830926:b33f2b8c3557
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Wed Jan 23 02:55:09 2019 +0000
description:
Add compat_raid_80 to the required list
diffstat:
sys/compat/common/compat_raid_50.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r dc7395f04646 -r b33f2b8c3557 sys/compat/common/compat_raid_50.c
--- a/sys/compat/common/compat_raid_50.c Wed Jan 23 02:25:29 2019 +0000
+++ b/sys/compat/common/compat_raid_50.c Wed Jan 23 02:55:09 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_raid_50.c,v 1.1.2.1 2018/09/22 22:21:46 pgoyette Exp $ */
+/* $NetBSD: compat_raid_50.c,v 1.1.2.2 2019/01/23 02:55:09 pgoyette Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#endif
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: compat_raid_50.c,v 1.1.2.1 2018/09/22 22:21:46 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: compat_raid_50.c,v 1.1.2.2 2019/01/23 02:55:09 pgoyette Exp $");
#include <sys/systm.h>
#include <sys/module.h>
@@ -64,7 +64,7 @@
return 0;
}
-MODULE(MODULE_CLASS_EXEC, compat_raid_50, "compat_50,raid");
+MODULE(MODULE_CLASS_EXEC, compat_raid_50, "compat_50,raid,compat_raid_80");
static int
compat_50_modcmd(modcmd_t cmd, void *arg)
Home |
Main Index |
Thread Index |
Old Index