Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/puffs/mount_psshfs umgah. meant fts, not fsu
details: https://anonhg.NetBSD.org/src/rev/489c71e2a0d8
branches: trunk
changeset: 752160:489c71e2a0d8
user: pooka <pooka%NetBSD.org@localhost>
date: Wed Feb 17 15:54:10 2010 +0000
description:
umgah. meant fts, not fsu
diffstat:
usr.sbin/puffs/mount_psshfs/psshfs.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r c3b569183827 -r 489c71e2a0d8 usr.sbin/puffs/mount_psshfs/psshfs.c
--- a/usr.sbin/puffs/mount_psshfs/psshfs.c Wed Feb 17 15:50:54 2010 +0000
+++ b/usr.sbin/puffs/mount_psshfs/psshfs.c Wed Feb 17 15:54:10 2010 +0000
@@ -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.
Home |
Main Index |
Thread Index |
Old Index