From e9c1b5f7739165d1cab908a9468d4d754ed88dc3 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 2 Jan 2007 06:34:57 +0000 Subject: =?UTF-8?q?2007-01-02=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * posix/include/aio.h: s/aoi_lio_opcode/aio_lio_opcode/ (BZ 1203). --- cpukit/ChangeLog | 5 +++++ cpukit/posix/include/aio.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index a008768ecc..63a4c9d216 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,8 @@ +2007-01-02 Ralf Corsépius + + * posix/include/aio.h: s/aoi_lio_opcode/aio_lio_opcode/ + (BZ 1203). + 2006-12-13 Ralf Corsépius * backward/rtc.h, backward/vmeintr.h, backward/confdefs.h, diff --git a/cpukit/posix/include/aio.h b/cpukit/posix/include/aio.h index 48c955a555..f5f38f3d86 100644 --- a/cpukit/posix/include/aio.h +++ b/cpukit/posix/include/aio.h @@ -59,7 +59,7 @@ struct aiocb { size_t aio_nbytes; /* Length of transfer */ int aio_reqprio; /* Request priority offset */ struct sigevent aio_sigevent; /* Signal number and value */ - int aoi_lio_opcode; /* Operation to be performed */ + int aio_lio_opcode; /* Operation to be performed */ }; /* -- cgit v1.2.3