Source-Changes-HG archive

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

[src/trunk]: src/sys/sys There is no "s" lock.



details:   https://anonhg.NetBSD.org/src/rev/4821b2752771
branches:  trunk
changeset: 1008920:4821b2752771
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 05 20:53:46 2020 +0000

description:
There is no "s" lock.

diffstat:

 sys/sys/proc.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4dd867716504 -r 4821b2752771 sys/sys/proc.h
--- a/sys/sys/proc.h    Sun Apr 05 20:53:17 2020 +0000
+++ b/sys/sys/proc.h    Sun Apr 05 20:53:46 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: proc.h,v 1.360 2020/03/14 20:23:51 ad Exp $    */
+/*     $NetBSD: proc.h,v 1.361 2020/04/05 20:53:46 christos Exp $      */
 
 /*-
  * Copyright (c) 2006, 2007, 2008, 2020 The NetBSD Foundation, Inc.
@@ -252,7 +252,7 @@
        int             p_exitsig;      /* l: signal to send to parent on exit */
        int             p_flag;         /* p: PK_* flags */
        int             p_sflag;        /* p: PS_* flags */
-       int             p_slflag;       /* s, l: PSL_* flags */
+       int             p_slflag;       /* p, l: PSL_* flags */
        int             p_lflag;        /* l: PL_* flags */
        int             p_stflag;       /* t: PST_* flags */
        char            p_stat;         /* p: S* process status. */



Home | Main Index | Thread Index | Old Index