Remove (long) unused fields from struct __aiocb_private.

This commit is contained in:
Alan Cox 2000-09-25 17:02:47 +00:00
parent 86ab37762e
commit b5fbbe9599
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66358

View File

@ -68,9 +68,6 @@ struct __aiocb_private {
long status;
long error;
long privatemodes;
int active;
int tid;
int threadinfo;
void *userinfo;
void *kernelinfo;
};