summaryrefslogtreecommitdiffstats
path: root/sys/sys/aio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/aio.h')
-rw-r--r--sys/sys/aio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/aio.h b/sys/sys/aio.h
index a7ae6b6..946ac0b 100644
--- a/sys/sys/aio.h
+++ b/sys/sys/aio.h
@@ -156,8 +156,8 @@ __END_DECLS
#define AIOCBLIST_DONE 0x10
struct aiocblist {
- TAILQ_ENTRY (struct aiocblist) list; /* List of jobs */
- TAILQ_ENTRY (struct aiocblist) plist; /* List of jobs for proc */
+ TAILQ_ENTRY (aiocblist) list; /* List of jobs */
+ TAILQ_ENTRY (aiocblist) plist; /* List of jobs for proc */
int jobflags;
int jobstate;
int inputcharge, outputcharge;
OpenPOWER on IntegriCloud