summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog6
-rw-r--r--cpukit/libcsupport/include/rtems/termiostypes.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 2f16b4cf06..9934c471bf 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,9 @@
+2008-11-03 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ PR 1333/cpukit
+ * libcsupport/include/rtems/termiostypes.h: Typo on type name -- should
+ be rtems_device_minor_number.
+
2008-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1331/networking
diff --git a/cpukit/libcsupport/include/rtems/termiostypes.h b/cpukit/libcsupport/include/rtems/termiostypes.h
index 8406c90767..92cb2ec22f 100644
--- a/cpukit/libcsupport/include/rtems/termiostypes.h
+++ b/cpukit/libcsupport/include/rtems/termiostypes.h
@@ -63,7 +63,7 @@ struct rtems_termios_tty {
* This device
*/
rtems_device_major_number major;
- rtems_device_major_number minor;
+ rtems_device_minor_number minor;
/*
* Mutual-exclusion semaphores