Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/linux/arch/i386 Fix a comment.



details:   https://anonhg.NetBSD.org/src/rev/5c170ddc1069
branches:  trunk
changeset: 487680:5c170ddc1069
user:      veego <veego%NetBSD.org@localhost>
date:      Sun Jun 11 09:21:16 2000 +0000

description:
Fix a comment.

diffstat:

 sys/compat/linux/arch/i386/linux_machdep.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 38ff70ac6323 -r 5c170ddc1069 sys/compat/linux/arch/i386/linux_machdep.h
--- a/sys/compat/linux/arch/i386/linux_machdep.h        Sun Jun 11 09:19:27 2000 +0000
+++ b/sys/compat/linux/arch/i386/linux_machdep.h        Sun Jun 11 09:21:16 2000 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: linux_machdep.h,v 1.11 2000/06/11 09:19:27 veego Exp $ */
+/*     $NetBSD: linux_machdep.h,v 1.12 2000/06/11 09:21:16 veego Exp $ */
 
 /*-
  * Copyright (c) 1995 The NetBSD Foundation, Inc.
@@ -116,7 +116,7 @@
 #define LINUX_K_MEDIUMRAW 2
 
 /*
- * VT ioctl calls in Linux (the ones that pcvt can handle)
+ * VT ioctl calls in Linux (the ones that the pcvt emulation in wscons can handle)
  */
 #define LINUX_VT_OPENQRY    0x5600
 #define LINUX_VT_GETMODE    0x5601



Home | Main Index | Thread Index | Old Index