From 3d2044481e40dc770e24e8251b9ae933b3b2bc50 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 15 Apr 2011 10:27:10 +0000 Subject: 2011-04-15 Sebastian Huber * libcsupport/src/ioctl.c: Fixed integer type. --- cpukit/ChangeLog | 4 ++++ cpukit/libcsupport/src/ioctl.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index e0bafb876b..add14ed0a3 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2011-04-15 Sebastian Huber + + * libcsupport/src/ioctl.c: Fixed integer type. + 2011-04-11 Joel Sherrill * sapi/include/confdefs.h, score/cpu/i386/cpu.c: Fix typos so you diff --git a/cpukit/libcsupport/src/ioctl.c b/cpukit/libcsupport/src/ioctl.c index ae8a88bd77..1b55e8272c 100644 --- a/cpukit/libcsupport/src/ioctl.c +++ b/cpukit/libcsupport/src/ioctl.c @@ -32,7 +32,7 @@ int ioctl( ) { va_list ap; - rtems_status_code rc; + int rc; rtems_libio_t *iop; void *buffer; -- cgit v1.2.3