summaryrefslogtreecommitdiffstats
path: root/sys/sys/aio.h
diff options
context:
space:
mode:
authoralc <alc@FreeBSD.org>2000-09-25 17:02:47 +0000
committeralc <alc@FreeBSD.org>2000-09-25 17:02:47 +0000
commit63438a4afe1d5d7fabd91bd0ed71e4f23223e788 (patch)
tree7d0d6f677ec477e81b5602cfc897c24ae447ea84 /sys/sys/aio.h
parent4de572eae87dbe20fd4bfddb82b3f1d6ff2d5c0b (diff)
downloadFreeBSD-src-63438a4afe1d5d7fabd91bd0ed71e4f23223e788.zip
FreeBSD-src-63438a4afe1d5d7fabd91bd0ed71e4f23223e788.tar.gz
Remove (long) unused fields from struct __aiocb_private.
Diffstat (limited to 'sys/sys/aio.h')
-rw-r--r--sys/sys/aio.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/sys/aio.h b/sys/sys/aio.h
index 9ca0920..827b7a9 100644
--- a/sys/sys/aio.h
+++ b/sys/sys/aio.h
@@ -68,9 +68,6 @@ struct __aiocb_private {
long status;
long error;
long privatemodes;
- int active;
- int tid;
- int threadinfo;
void *userinfo;
void *kernelinfo;
};
OpenPOWER on IntegriCloud