summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-10-19 18:23:51 +0000
committerdes <des@FreeBSD.org>2001-10-19 18:23:51 +0000
commit46810589e3eac80def1a6aabd5a412cbdb890592 (patch)
treed36e061f12930db8366bfaefb51ce96bc935b914 /sys/fs/pseudofs/pseudofs.c
parent4d14ab00d9bcd7a9a4c5dcb5bc6c510d11fed0d7 (diff)
downloadFreeBSD-src-46810589e3eac80def1a6aabd5a412cbdb890592.zip
FreeBSD-src-46810589e3eac80def1a6aabd5a412cbdb890592.tar.gz
Argh! I updated the version number in the MODULE_DEPEND() thingamagook but
not in the actual MODULE_VERSION(). Pass me the pointy hat.
Diffstat (limited to 'sys/fs/pseudofs/pseudofs.c')
-rw-r--r--sys/fs/pseudofs/pseudofs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/pseudofs/pseudofs.c b/sys/fs/pseudofs/pseudofs.c
index 495d96a..b7299b3 100644
--- a/sys/fs/pseudofs/pseudofs.c
+++ b/sys/fs/pseudofs/pseudofs.c
@@ -388,4 +388,4 @@ static moduledata_t pseudofs_data = {
NULL
};
DECLARE_MODULE(pseudofs, pseudofs_data, SI_SUB_EXEC, SI_ORDER_FIRST);
-MODULE_VERSION(pseudofs, 2);
+MODULE_VERSION(pseudofs, 3);
OpenPOWER on IntegriCloud