Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/coda depend on "vcoda" since it has symbols we need.
details: https://anonhg.NetBSD.org/src/rev/90ccbdff4f02
branches: trunk
changeset: 779112:90ccbdff4f02
user: christos <christos%NetBSD.org@localhost>
date: Fri May 04 02:06:27 2012 +0000
description:
depend on "vcoda" since it has symbols we need.
diffstat:
sys/coda/coda_vfsops.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 234bc5f8db2d -r 90ccbdff4f02 sys/coda/coda_vfsops.c
--- a/sys/coda/coda_vfsops.c Fri May 04 01:40:13 2012 +0000
+++ b/sys/coda/coda_vfsops.c Fri May 04 02:06:27 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: coda_vfsops.c,v 1.72 2012/04/26 17:18:33 christos Exp $ */
+/* $NetBSD: coda_vfsops.c,v 1.73 2012/05/04 02:06:27 christos Exp $ */
/*
*
@@ -45,7 +45,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.72 2012/04/26 17:18:33 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.73 2012/05/04 02:06:27 christos Exp $");
#ifndef _KERNEL_OPT
#define NVCODA 4
@@ -76,7 +76,7 @@
#include <miscfs/specfs/specdev.h>
#include <miscfs/genfs/genfs.h>
-MODULE(MODULE_CLASS_VFS, coda, NULL);
+MODULE(MODULE_CLASS_VFS, coda, "vcoda");
#define ENTRY if(coda_vfsop_print_entry) myprintf(("Entered %s\n",__func__))
Home |
Main Index |
Thread Index |
Old Index