Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src According to the previous commit the new process state shoul...
details: https://anonhg.NetBSD.org/src/rev/2b3d1f63d913
branches: trunk
changeset: 474860:2b3d1f63d913
user: veego <veego%NetBSD.org@localhost>
date: Fri Jul 23 08:56:13 1999 +0000
description:
According to the previous commit the new process state should be SDEAD and
not SDYING, so s/SDYING/SDEAD/.
diffstat:
bin/ps/print.c | 6 +++---
usr.bin/systat/ps.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (54 lines):
diff -r e2f0a723ccdf -r 2b3d1f63d913 bin/ps/print.c
--- a/bin/ps/print.c Fri Jul 23 03:55:27 1999 +0000
+++ b/bin/ps/print.c Fri Jul 23 08:56:13 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: print.c,v 1.42 1999/07/22 18:16:05 thorpej Exp $ */
+/* $NetBSD: print.c,v 1.43 1999/07/23 08:56:14 veego Exp $ */
/*-
* Copyright (c) 1990, 1993, 1994
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94";
#else
-__RCSID("$NetBSD: print.c,v 1.42 1999/07/22 18:16:05 thorpej Exp $");
+__RCSID("$NetBSD: print.c,v 1.43 1999/07/23 08:56:14 veego Exp $");
#endif
#endif /* not lint */
@@ -251,7 +251,7 @@
break;
case SZOMB:
- case SDYING:
+ case SDEAD:
*cp = 'Z';
break;
diff -r e2f0a723ccdf -r 2b3d1f63d913 usr.bin/systat/ps.c
--- a/usr.bin/systat/ps.c Fri Jul 23 03:55:27 1999 +0000
+++ b/usr.bin/systat/ps.c Fri Jul 23 08:56:13 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ps.c,v 1.4 1999/07/22 18:18:27 thorpej Exp $ */
+/* $NetBSD: ps.c,v 1.5 1999/07/23 08:56:13 veego Exp $ */
/*-
* Copyright (c) 1999
@@ -46,7 +46,7 @@
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: ps.c,v 1.4 1999/07/22 18:18:27 thorpej Exp $");
+__RCSID("$NetBSD: ps.c,v 1.5 1999/07/23 08:56:13 veego Exp $");
#endif /* not lint */
#include <sys/param.h>
@@ -179,7 +179,7 @@
break;
case SZOMB:
- case SDYING:
+ case SDEAD:
*cp = 'Z';
break;
Home |
Main Index |
Thread Index |
Old Index