summaryrefslogtreecommitdiffstats
path: root/sys/sys/uio.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/uio.h')
-rw-r--r--sys/sys/uio.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/sys/uio.h b/sys/sys/uio.h
index a6c6a9d..5de0cd1 100644
--- a/sys/sys/uio.h
+++ b/sys/sys/uio.h
@@ -37,12 +37,8 @@
#ifndef _SYS_UIO_H_
#define _SYS_UIO_H_
-/*
- * XXX
- * iov_base should be a void *.
- */
struct iovec {
- char *iov_base; /* Base address. */
+ void *iov_base; /* Base address. */
size_t iov_len; /* Length. */
};
OpenPOWER on IntegriCloud