Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/dev Fix a missed proc -> lwp change, only com...
details: https://anonhg.NetBSD.org/src/rev/c0890b42a29d
branches: trunk
changeset: 749299:c0890b42a29d
user: abs <abs%NetBSD.org@localhost>
date: Wed Nov 25 20:40:41 2009 +0000
description:
Fix a missed proc -> lwp change, only compiled if NWSKBD
diffstat:
sys/arch/atari/dev/kbd.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 03163d5849e1 -r c0890b42a29d sys/arch/atari/dev/kbd.c
--- a/sys/arch/atari/dev/kbd.c Wed Nov 25 19:46:19 2009 +0000
+++ b/sys/arch/atari/dev/kbd.c Wed Nov 25 20:40:41 2009 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kbd.c,v 1.39 2009/07/03 14:00:41 tsutsui Exp $ */
+/* $NetBSD: kbd.c,v 1.40 2009/11/25 20:40:41 abs Exp $ */
/*
* Copyright (c) 1995 Leo Weppelman
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.39 2009/07/03 14:00:41 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: kbd.c,v 1.40 2009/11/25 20:40:41 abs Exp $");
#include "mouse.h"
#include "ite.h"
@@ -810,7 +810,7 @@
}
static int
-kbd_ioctl(void *c, u_long cmd, void *data, int flag, struct proc *p)
+kbd_ioctl(void *c, u_long cmd, void *data, int flag, struct lwp *p)
{
struct wskbd_bell_data *kd;
Home |
Main Index |
Thread Index |
Old Index