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.
This commit is contained in:
Joel Sherrill
2008-11-03 15:35:12 +00:00
parent d41e18f8fe
commit bc5d8704c9
2 changed files with 7 additions and 1 deletions

View File

@@ -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> 2008-10-15 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1331/networking PR 1331/networking

View File

@@ -63,7 +63,7 @@ struct rtems_termios_tty {
* This device * This device
*/ */
rtems_device_major_number major; rtems_device_major_number major;
rtems_device_major_number minor; rtems_device_minor_number minor;
/* /*
* Mutual-exclusion semaphores * Mutual-exclusion semaphores