Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/systat Don't show ptyfs in the display, it's useless.



details:   https://anonhg.NetBSD.org/src/rev/64c07aaf07c2
branches:  trunk
changeset: 583355:64c07aaf07c2
user:      xtraeme <xtraeme%NetBSD.org@localhost>
date:      Mon Aug 01 02:38:03 2005 +0000

description:
Don't show ptyfs in the display, it's useless.

diffstat:

 usr.bin/systat/df.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r fc0bd3a2a391 -r 64c07aaf07c2 usr.bin/systat/df.c
--- a/usr.bin/systat/df.c       Sun Jul 31 20:19:40 2005 +0000
+++ b/usr.bin/systat/df.c       Mon Aug 01 02:38:03 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: df.c,v 1.2 2005/02/26 22:12:33 dsl Exp $       */
+/*     $NetBSD: df.c,v 1.3 2005/08/01 02:38:03 xtraeme Exp $   */
 
 /*-
  * Copyright (c) 1980, 1992, 1993
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: df.c,v 1.2 2005/02/26 22:12:33 dsl Exp $");
+__RCSID("$NetBSD: df.c,v 1.3 2005/08/01 02:38:03 xtraeme Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
@@ -51,7 +51,7 @@
 
 static int nfss;
 static struct statvfs *fss;
-static const char *nodisplay[] = {"procfs", "kernfs", "null", NULL };
+static const char *nodisplay[] = {"procfs", "kernfs", "ptyfs", "null", NULL };
 static int displayall=0;
 
 



Home | Main Index | Thread Index | Old Index