Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/hpux finish LWPify



details:   https://anonhg.NetBSD.org/src/rev/0fa6e0df5a27
branches:  trunk
changeset: 542034:0fa6e0df5a27
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Tue Jan 21 03:16:06 2003 +0000

description:
finish LWPify

diffstat:

 sys/compat/hpux/hpux_net.c |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 2a9054b660a1 -r 0fa6e0df5a27 sys/compat/hpux/hpux_net.c
--- a/sys/compat/hpux/hpux_net.c        Tue Jan 21 02:44:15 2003 +0000
+++ b/sys/compat/hpux/hpux_net.c        Tue Jan 21 03:16:06 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: hpux_net.c,v 1.26 2003/01/18 07:36:57 thorpej Exp $    */
+/*     $NetBSD: hpux_net.c,v 1.27 2003/01/21 03:16:06 jdolecek Exp $   */
 
 /*
  * Copyright (c) 1988 University of Utah.
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: hpux_net.c,v 1.26 2003/01/18 07:36:57 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: hpux_net.c,v 1.27 2003/01/21 03:16:06 jdolecek Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_ktrace.h"
@@ -156,6 +156,9 @@
        int *args, i;
        int code;
        int error;
+#ifdef KTRACE
+       struct proc *p = l->l_proc;
+#endif
 
        args = SCARG(uap, args);
        code = SCARG(uap, call) - MINBSDIPCCODE;



Home | Main Index | Thread Index | Old Index