Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/kdump we don't have access to si_lid anymore.



details:   https://anonhg.NetBSD.org/src/rev/29823680e18f
branches:  trunk
changeset: 764013:29823680e18f
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 10 14:38:19 2011 +0000

description:
we don't have access to si_lid anymore.

diffstat:

 usr.bin/kdump/kdump.c |  9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diffs (30 lines):

diff -r 72ca51927556 -r 29823680e18f usr.bin/kdump/kdump.c
--- a/usr.bin/kdump/kdump.c     Sun Apr 10 14:37:20 2011 +0000
+++ b/usr.bin/kdump/kdump.c     Sun Apr 10 14:38:19 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: kdump.c,v 1.107 2011/04/10 00:05:51 christos Exp $     */
+/*     $NetBSD: kdump.c,v 1.108 2011/04/10 14:38:19 christos Exp $     */
 
 /*-
  * Copyright (c) 1988, 1993
@@ -39,7 +39,7 @@
 #if 0
 static char sccsid[] = "@(#)kdump.c    8.4 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: kdump.c,v 1.107 2011/04/10 00:05:51 christos Exp $");
+__RCSID("$NetBSD: kdump.c,v 1.108 2011/04/10 14:38:19 christos Exp $");
 #endif
 #endif /* not lint */
 
@@ -950,9 +950,8 @@
                                    si->si_value.sival_ptr);
                                return;
                        case SI_LWP:
-                               printf(": code=SI_LWP sent by pid=%d, uid=%d "
-                                   "with target lid=%d)\n", si->si_pid,
-                                   si->si_uid, si->si_lid);
+                               printf(": code=SI_LWP sent by pid=%d, "
+                                   "uid=%d")\n", si->si_pid, si->si_uid);
                                return;
                        default:
                                code = NULL;



Home | Main Index | Thread Index | Old Index