From bc5d8704c95722eb2e0b4ec2675af9ae466b58be Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 3 Nov 2008 15:35:12 +0000 Subject: 2008-11-03 Joel Sherrill PR 1333/cpukit * libcsupport/include/rtems/termiostypes.h: Typo on type name -- should be rtems_device_minor_number. --- cpukit/libcsupport/include/rtems/termiostypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/libcsupport/include/rtems/termiostypes.h') 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 -- cgit v1.2.3