mount_sysvbfs.c | 1 /* $NetBSD: mount_sysvbfs.c,v 1.8 2011/08/29 14:35:02 joerg Exp $ */ 39 __RCSID("$NetBSD: mount_sysvbfs.c,v 1.8 2011/08/29 14:35:02 joerg Exp $"); 56 #include "mount_sysvbfs.h" 79 return mount_sysvbfs(argc, argv); 117 mount_sysvbfs(int argc, char *argv[]) function in typeref:typename:int 127 if (mount(MOUNT_SYSVBFS, canon_dir, mntflags, &args, sizeof args)==-1) {
|