diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 5ee28feb10..c0120df9ac 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-18 Thomas Doerfler * libblock/src/bdbuf.c: 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 */ }; /*