mount_v7fs.c | 1 /* $NetBSD: mount_v7fs.c,v 1.1 2011/06/27 11:52:58 uch Exp $ */ 62 __RCSID("$NetBSD: mount_v7fs.c,v 1.1 2011/06/27 11:52:58 uch Exp $"); 79 #include "mount_v7fs.h" 95 return mount_v7fs(argc, argv); 100 mount_v7fs(int argc, char *argv[]) function in typeref:typename:int 110 if (mount(MOUNT_V7FS, canon_dir, mntflags, &args, sizeof args) == -1) {
|