Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/compat/netbsd32 pull up 1.12. approved by thorpej:



details:   https://anonhg.NetBSD.org/src/rev/ca6207647ce4
branches:  netbsd-1-5
changeset: 489265:ca6207647ce4
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sat Aug 26 01:04:46 2000 +0000

description:
pull up 1.12.  approved by thorpej:
>Fix netbsd32_ioctls.

diffstat:

 sys/compat/netbsd32/netbsd32.h |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 12d8eceb451c -r ca6207647ce4 sys/compat/netbsd32/netbsd32.h
--- a/sys/compat/netbsd32/netbsd32.h    Sat Aug 26 01:02:57 2000 +0000
+++ b/sys/compat/netbsd32/netbsd32.h    Sat Aug 26 01:04:46 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32.h,v 1.10 1999/12/30 15:40:45 eeh Exp $        */
+/*     $NetBSD: netbsd32.h,v 1.10.4.1 2000/08/26 01:04:46 mrg Exp $    */
 
 /*
  * Copyright (c) 1998 Matthew R. Green
@@ -460,6 +460,14 @@
 /* from <compat/common/kern_info_09.c> */
 typedef u_int32_t netbsd32_outsnamep_t;
 
+/* from <arch/sparc{,64}/include/vuid_event.h> */
+typedef struct firm_event32 {
+       u_short id;             /* key or MS_* or LOC_[XY]_DELTA */
+       u_short pad;            /* unused, at least by X11 */
+       int     value;          /* VKEY_{UP,DOWN} or locator delta */
+       struct netbsd32_timeval time;
+} Firm_event32;
+
 /*
  * machine depedant section; must define:
  *     struct netbsd32_sigcontext



Home | Main Index | Thread Index | Old Index