I'm fairly certain this file system's type is psshfs, not ppshfs
(how did that manage to be there this long?)
This commit is contained in:
parent
bfecc30afc
commit
1ad69966c9
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: psshfs.c,v 1.31 2007/07/07 21:14:26 pooka Exp $ */
|
||||
/* $NetBSD: psshfs.c,v 1.32 2007/07/07 22:06:09 pooka Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2006 Antti Kantee. All Rights Reserved.
|
||||
|
@ -41,7 +41,7 @@
|
|||
|
||||
#include <sys/cdefs.h>
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: psshfs.c,v 1.31 2007/07/07 21:14:26 pooka Exp $");
|
||||
__RCSID("$NetBSD: psshfs.c,v 1.32 2007/07/07 22:06:09 pooka Exp $");
|
||||
#endif /* !lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
@ -185,7 +185,7 @@ main(int argc, char *argv[])
|
|||
add_ssharg(&sshargs, &nargs, argv[0]);
|
||||
add_ssharg(&sshargs, &nargs, "sftp");
|
||||
|
||||
pu = puffs_init(pops, "ppshfs", &pctx, pflags);
|
||||
pu = puffs_init(pops, "psshfs", &pctx, pflags);
|
||||
if (pu == NULL)
|
||||
err(1, "puffs_init");
|
||||
|
||||
|
|
Loading…
Reference in New Issue