Module Name: src
Committed By: pooka
Date: Wed Feb 17 15:54:10 UTC 2010
Modified Files:
src/usr.sbin/puffs/mount_psshfs: psshfs.c
Log Message:
umgah. meant fts, not fsu
To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/usr.sbin/puffs/mount_psshfs/psshfs.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/mount_psshfs/psshfs.c
diff -u src/usr.sbin/puffs/mount_psshfs/psshfs.c:1.60 src/usr.sbin/puffs/mount_psshfs/psshfs.c:1.61
--- src/usr.sbin/puffs/mount_psshfs/psshfs.c:1.60 Wed Feb 17 15:50:54 2010
+++ src/usr.sbin/puffs/mount_psshfs/psshfs.c Wed Feb 17 15:54:10 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: psshfs.c,v 1.60 2010/02/17 15:50:54 pooka Exp $ */
+/* $NetBSD: psshfs.c,v 1.61 2010/02/17 15:54:10 pooka Exp $ */
/*
* Copyright (c) 2006-2009 Antti Kantee. All Rights Reserved.
@@ -41,7 +41,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: psshfs.c,v 1.60 2010/02/17 15:50:54 pooka Exp $");
+__RCSID("$NetBSD: psshfs.c,v 1.61 2010/02/17 15:54:10 pooka Exp $");
#endif /* !lint */
#include <sys/types.h>
@@ -290,7 +290,7 @@
/*
* For root link count, just guess something ridiculously high.
- * Guessing too high has no known adverse effects, but fsu()
+ * Guessing too high has no known adverse effects, but fts(3)
* doesn't like too low values. This guess will be replaced
* with the real value when readdir is first called for
* the root directory.