summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-03 15:33:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-03 15:33:50 +0000
commit1b03d0369bbb32911d2e28ce1acdf545382ff052 (patch)
treed3ccfdee448fcf561feb909bb21465d9703c4355
parent01e9e461020aaea20ee333fb2f24e44cc1834690 (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 21ee739dbe..e7bbf9c9ee 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-09-26 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1316/cpukit
diff --git a/cpukit/libcsupport/include/rtems/termiostypes.h b/cpukit/libcsupport/include/rtems/termiostypes.h
index 67233895d4..83bb7ae0d8 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