forked from Imagelibrary/rtems
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user