Module Name:    src
Committed By:   enami
Date:           Mon Aug 29 00:36:20 UTC 2011

Modified Files:
        src/bin/df: df.c

Log Message:
No need to print internal state once debug is done.


To generate a diff of this commit:
cvs rdiff -u -r1.87 -r1.88 src/bin/df/df.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/bin/df/df.c
diff -u src/bin/df/df.c:1.87 src/bin/df/df.c:1.88
--- src/bin/df/df.c:1.87	Sun Aug 28 08:20:58 2011
+++ src/bin/df/df.c	Mon Aug 29 00:36:20 2011
@@ -1,4 +1,4 @@
-/*	$NetBSD: df.c,v 1.87 2011/08/28 08:20:58 christos Exp $ */
+/*	$NetBSD: df.c,v 1.88 2011/08/29 00:36:20 enami Exp $ */
 
 /*
  * Copyright (c) 1980, 1990, 1993, 1994
@@ -45,7 +45,7 @@
 #if 0
 static char sccsid[] = "@(#)df.c	8.7 (Berkeley) 4/2/94";
 #else
-__RCSID("$NetBSD: df.c,v 1.87 2011/08/28 08:20:58 christos Exp $");
+__RCSID("$NetBSD: df.c,v 1.88 2011/08/29 00:36:20 enami Exp $");
 #endif
 #endif /* not lint */
 
@@ -448,7 +448,6 @@
 			(void)printf("Filesystem %s Used Available Capacity "
 			    "Mounted on\n", header);
 		} else {
-			printf("%d %d\n", maxwidth, headerlen);
 			(void)printf("%-*.*s %s       Used      Avail %%Cap",
 			    maxwidth - (headerlen - 10),
 			    maxwidth - (headerlen - 10),

Reply via email to