Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/sys Fix NetBSD version number in a comment



details:   https://anonhg.NetBSD.org/src/rev/88dff19db006
branches:  trunk
changeset: 782175:88dff19db006
user:      apb <apb%NetBSD.org@localhost>
date:      Fri Oct 19 17:16:55 2012 +0000

description:
Fix NetBSD version number in a comment

diffstat:

 sys/compat/sys/ttycom.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7847ef556e97 -r 88dff19db006 sys/compat/sys/ttycom.h
--- a/sys/compat/sys/ttycom.h   Fri Oct 19 17:09:06 2012 +0000
+++ b/sys/compat/sys/ttycom.h   Fri Oct 19 17:16:55 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ttycom.h,v 1.1 2012/10/19 16:55:22 apb Exp $   */
+/*     $NetBSD: ttycom.h,v 1.2 2012/10/19 17:16:55 apb Exp $   */
 
 /*-
  * Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -44,7 +44,7 @@
 
 /*
  * The cn and sn fields in struct ptmget changed size from
- * char[16] to char[PATH_MAX] in NetBSD-6.99.12.
+ * char[16] to char[PATH_MAX] in NetBSD-6.99.14.
  */
 struct compat_60_ptmget {
        int     cfd;



Home | Main Index | Thread Index | Old Index