From bc5d8704c95722eb2e0b4ec2675af9ae466b58be Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Nov 2008 15:35:12 +0000 Subject: [PATCH] 2008-11-03 Joel Sherrill PR 1333/cpukit * libcsupport/include/rtems/termiostypes.h: Typo on type name -- should be rtems_device_minor_number. --- cpukit/ChangeLog | 6 ++++++ cpukit/libcsupport/include/rtems/termiostypes.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 2f16b4cf06..9934c471bf 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,9 @@ +2008-11-03 Joel Sherrill + + PR 1333/cpukit + * libcsupport/include/rtems/termiostypes.h: Typo on type name -- should + be rtems_device_minor_number. + 2008-10-15 Joel Sherrill 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