summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-03 15:35:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-11-03 15:35:04 +0000
commit421d76d763d2fdef690d0283e17b5825c592f5a5 (patch)
treef4bf463ccf0e6f99cb6496b5cd3e92fcf970fb12 /cpukit
parentAdd %sysdir %{_prefix} to cater rpm5. (diff)
downloadrtems-421d76d763d2fdef690d0283e17b5825c592f5a5.tar.bz2
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.
Diffstat (limited to 'cpukit')
-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 95bec37a4f..b88b29c409 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