Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Stop defining in lwp.h: LSDEAD



details:   https://anonhg.NetBSD.org/src/rev/b1ed116192a8
branches:  trunk
changeset: 452118:b1ed116192a8
user:      kamil <kamil%NetBSD.org@localhost>
date:      Tue Jun 18 22:40:09 2019 +0000

description:
Stop defining in lwp.h: LSDEAD

Not used since NetBSD-5.0.

It had a confusing comment that suggested that all entries after LSDEAD
are removed, which wasn't true.

diffstat:

 sys/sys/lwp.h |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 6ffc34c5f8aa -r b1ed116192a8 sys/sys/lwp.h
--- a/sys/sys/lwp.h     Tue Jun 18 22:34:25 2019 +0000
+++ b/sys/sys/lwp.h     Tue Jun 18 22:40:09 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lwp.h,v 1.184 2019/06/13 20:20:18 kamil Exp $  */
+/*     $NetBSD: lwp.h,v 1.185 2019/06/18 22:40:09 kamil Exp $  */
 
 /*
  * Copyright (c) 2001, 2006, 2007, 2008, 2009, 2010
@@ -287,8 +287,7 @@
 #define        LSSLEEP         3       /* Sleeping on an address. */
 #define        LSSTOP          4       /* Process debugging or suspension. */
 #define        LSZOMB          5       /* Awaiting collection by parent. */
-/* unused, for source compatibility with NetBSD 4.0 and earlier. */
-#define        LSDEAD          6       /* Process is almost a zombie. */
+/* define      LSDEAD  6       Process is almost a zombie. (removed in 5.0) */
 #define        LSONPROC        7       /* Process is currently on a CPU. */
 #define        LSSUSPENDED     8       /* Not running, not signalable. */
 



Home | Main Index | Thread Index | Old Index