Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpcsh/dev proc -> lwp
details: https://anonhg.NetBSD.org/src/rev/350715d6a3ec
branches: trunk
changeset: 586329:350715d6a3ec
user: christos <christos%NetBSD.org@localhost>
date: Wed Dec 14 00:08:34 2005 +0000
description:
proc -> lwp
diffstat:
sys/arch/hpcsh/dev/psh3tp.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 19d5e4b1b8e0 -r 350715d6a3ec sys/arch/hpcsh/dev/psh3tp.c
--- a/sys/arch/hpcsh/dev/psh3tp.c Tue Dec 13 23:53:49 2005 +0000
+++ b/sys/arch/hpcsh/dev/psh3tp.c Wed Dec 14 00:08:34 2005 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: psh3tp.c,v 1.4 2005/12/11 12:17:36 christos Exp $ */
+/* $NetBSD: psh3tp.c,v 1.5 2005/12/14 00:08:34 christos Exp $ */
/*
* Copyright (c) 2005 KIYOHARA Takashi
* All rights reserved.
@@ -106,7 +106,7 @@
/* wsmouse accessops */
static int psh3tp_wsmouse_enable(void *);
-static int psh3tp_wsmouse_ioctl(void *, u_long, caddr_t, int, struct proc *);
+static int psh3tp_wsmouse_ioctl(void *, u_long, caddr_t, int, struct lwp *);
static void psh3tp_wsmouse_disable(void *);
/* internal driver routines */
@@ -479,9 +479,9 @@
static int
psh3tp_wsmouse_ioctl(
- void *self, u_long cmd, caddr_t data, int flag, struct proc *p)
+ void *self, u_long cmd, caddr_t data, int flag, struct lwp *l)
{
struct psh3tp_softc *sc = (struct psh3tp_softc *)self;
- return (hpc_tpanel_ioctl(&sc->sc_tpcalib, cmd, data, flag, p));
+ return (hpc_tpanel_ioctl(&sc->sc_tpcalib, cmd, data, flag, l));
}
Home |
Main Index |
Thread Index |
Old Index