Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/darwin Typo



details:   https://anonhg.NetBSD.org/src/rev/3c6397062899
branches:  trunk
changeset: 554092:3c6397062899
user:      manu <manu%NetBSD.org@localhost>
date:      Sat Oct 25 10:41:53 2003 +0000

description:
Typo

diffstat:

 sys/compat/darwin/darwin_iohidsystem.h |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 9a4928bda16a -r 3c6397062899 sys/compat/darwin/darwin_iohidsystem.h
--- a/sys/compat/darwin/darwin_iohidsystem.h    Sat Oct 25 10:22:10 2003 +0000
+++ b/sys/compat/darwin/darwin_iohidsystem.h    Sat Oct 25 10:41:53 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: darwin_iohidsystem.h,v 1.8 2003/10/18 13:27:17 manu Exp $ */
+/*     $NetBSD: darwin_iohidsystem.h,v 1.9 2003/10/25 10:41:53 manu Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -131,7 +131,7 @@
                } tablet;
        } mouse_move;
        struct {
-               uint16_t origi_charset;
+               uint16_t orig_charset;
                int16_t repeat;
                uint16_t charset;
                uint16_t charcode;
@@ -277,6 +277,7 @@
 int darwin_iohidsystem_connect_method_scalari_scalaro(struct mach_trap_args *);
 int darwin_iohidsystem_connect_method_structi_structo(struct mach_trap_args *);
 int darwin_iohidsystem_connect_map_memory(struct mach_trap_args *);
+void darwin_iohidsystem_postfake(struct proc *);
 
 /* I/O notifications: XXX not checked on Darwin */
 



Home | Main Index | Thread Index | Old Index