Module Name: src Committed By: pooka Date: Wed Oct 7 20:11:05 UTC 2009
Modified Files: src/usr.sbin/puffs/rump_ext2fs: rump_ext2fs.c Log Message: No need to ukfs_modload() ext2fs anymore. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/usr.sbin/puffs/rump_ext2fs/rump_ext2fs.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/usr.sbin/puffs/rump_ext2fs/rump_ext2fs.c diff -u src/usr.sbin/puffs/rump_ext2fs/rump_ext2fs.c:1.4 src/usr.sbin/puffs/rump_ext2fs/rump_ext2fs.c:1.5 --- src/usr.sbin/puffs/rump_ext2fs/rump_ext2fs.c:1.4 Wed Nov 26 19:41:11 2008 +++ src/usr.sbin/puffs/rump_ext2fs/rump_ext2fs.c Wed Oct 7 20:11:05 2009 @@ -1,4 +1,4 @@ -/* $NetBSD: rump_ext2fs.c,v 1.4 2008/11/26 19:41:11 pooka Exp $ */ +/* $NetBSD: rump_ext2fs.c,v 1.5 2009/10/07 20:11:05 pooka Exp $ */ /* * Copyright (c) 2008 Antti Kantee. All Rights Reserved. @@ -36,13 +36,9 @@ #include <unistd.h> #include <rump/p2k.h> -#include <rump/ukfs.h> #include "mount_ext2fs.h" -/* XXX */ -#define EXT2FSLIB "/usr/lib/librumpfs_ext2fs.so" - int main(int argc, char *argv[]) { @@ -52,10 +48,6 @@ int rv; setprogname(argv[0]); - ukfs_init(); - if (ukfs_modload(EXT2FSLIB) < 1) - err(1, "failed to load ext2fs support"); - mount_ext2fs_parseargs(argc, argv, &args, &mntflags, canon_dev, canon_dir); rv = p2k_run_fs(MOUNT_EXT2FS, canon_dev, canon_dir, mntflags,