summaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorapb <apb@NetBSD.org>2012-10-19 17:16:55 +0000
committerapb <apb@NetBSD.org>2012-10-19 17:16:55 +0000
commit588338a02a511d3180ffee95c19e77b340e548f5 (patch)
treed812a174c77563077615c977b09334bad7c6ee4d /sys/compat
parent8feb2e9e9cc5d2370fbfecead7298554ce2ac952 (diff)
Fix NetBSD version number in a comment
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/sys/ttycom.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/sys/ttycom.h b/sys/compat/sys/ttycom.h
index 50024d7a759..a535f0a6534 100644
--- a/sys/compat/sys/ttycom.h
+++ b/sys/compat/sys/ttycom.h
@@ -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;