diff options
author | des <des@FreeBSD.org> | 2001-10-19 18:23:51 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-10-19 18:23:51 +0000 |
commit | 46810589e3eac80def1a6aabd5a412cbdb890592 (patch) | |
tree | d36e061f12930db8366bfaefb51ce96bc935b914 | |
parent | 4d14ab00d9bcd7a9a4c5dcb5bc6c510d11fed0d7 (diff) | |
download | FreeBSD-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.
-rw-r--r-- | sys/fs/pseudofs/pseudofs.c | 2 |
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); |