Source-Changes-HG archive

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

[src/trunk]: src/sys/kern one more sc_pgid change



details:   https://anonhg.NetBSD.org/src/rev/60c4e3675532
branches:  trunk
changeset: 551489:60c4e3675532
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Sun Sep 07 09:31:47 2003 +0000

description:
one more sc_pgid change

diffstat:

 sys/kern/subr_log.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r df84d3981c5c -r 60c4e3675532 sys/kern/subr_log.c
--- a/sys/kern/subr_log.c       Sun Sep 07 09:30:20 2003 +0000
+++ b/sys/kern/subr_log.c       Sun Sep 07 09:31:47 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_log.c,v 1.30 2003/09/07 09:30:20 jdolecek Exp $   */
+/*     $NetBSD: subr_log.c,v 1.31 2003/09/07 09:31:47 jdolecek Exp $   */
 
 /*
  * Copyright (c) 1982, 1986, 1993
@@ -36,7 +36,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_log.c,v 1.30 2003/09/07 09:30:20 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_log.c,v 1.31 2003/09/07 09:31:47 jdolecek Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -124,7 +124,7 @@
        if (log_open)
                return (EBUSY);
        log_open = 1;
-       logsoftc.sc_pgid = -p->p_pid;           /* signal process only */
+       logsoftc.sc_pgid = p->p_pid;            /* signal process only */
        /*
         * The message buffer is initialized during system configuration.
         * If it's been clobbered, note that and return an error.  (This



Home | Main Index | Thread Index | Old Index