summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-03 15:34:01 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-03 15:34:01 +0000
commitb37ab148fe83ee71e8bf926e89880fc61e7c0157 (patch)
tree04e75e47a29c2b1c8dbdb5744d2407a568ed5952
parentc3a992696d560fa40abd7ffe438d473a35e0d9cf (diff)
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.
-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 e36f61527a..dad6cb16c2 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-14 Tim Cussins <timcussins@eml.cc>
PR 1330/cpukit
diff --git a/cpukit/libcsupport/include/rtems/termiostypes.h b/cpukit/libcsupport/include/rtems/termiostypes.h
index c17aa12c64..673ca52782 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