Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.sbin/pstat Pull up revision 1.53 (via patch, reques...
details: https://anonhg.NetBSD.org/src/rev/31b1a5414d72
branches: netbsd-1-4
changeset: 471112:31b1a5414d72
user: he <he%NetBSD.org@localhost>
date: Thu Oct 19 17:02:11 2000 +0000
description:
Pull up revision 1.53 (via patch, requested by he):
Format string cleanup.
diffstat:
usr.sbin/pstat/pstat.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d72f138aacdd -r 31b1a5414d72 usr.sbin/pstat/pstat.c
--- a/usr.sbin/pstat/pstat.c Thu Oct 19 17:01:51 2000 +0000
+++ b/usr.sbin/pstat/pstat.c Thu Oct 19 17:02:11 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pstat.c,v 1.44.2.1 1999/10/10 20:52:23 cgd Exp $ */
+/* $NetBSD: pstat.c,v 1.44.2.2 2000/10/19 17:02:11 he Exp $ */
/*-
* Copyright (c) 1980, 1991, 1993, 1994
@@ -43,7 +43,7 @@
#if 0
static char sccsid[] = "@(#)pstat.c 8.16 (Berkeley) 5/9/95";
#else
-__RCSID("$NetBSD: pstat.c,v 1.44.2.1 1999/10/10 20:52:23 cgd Exp $");
+__RCSID("$NetBSD: pstat.c,v 1.44.2.2 2000/10/19 17:02:11 he Exp $");
#endif
#endif /* not lint */
@@ -688,7 +688,7 @@
return ((struct e_vnode *)vbuf);
}
-char hdr[]=" LINE RAW CAN OUT HWT LWT COL STATE SESS PGID DISC\n";
+const char hdr[]=" LINE RAW CAN OUT HWT LWT COL STATE SESS PGID DISC\n";
int ttyspace = 128;
void
Home |
Main Index |
Thread Index |
Old Index