diff options
author | erdgeist <> | 2007-12-03 00:52:05 +0000 |
---|---|---|
committer | erdgeist <> | 2007-12-03 00:52:05 +0000 |
commit | b0e4ebbbf2a3235077c6d607ef881b6791597087 (patch) | |
tree | 45812c7cfecef0979633e90fd4e8cf40518bcc8e /ot_iovec.h | |
parent | 89f291566b850e86c379f485eec4a2dfea87c391 (diff) |
Simplify includes
Diffstat (limited to 'ot_iovec.h')
-rw-r--r-- | ot_iovec.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -4,8 +4,6 @@ | |||
4 | #ifndef __OT_IOVEC_H__ | 4 | #ifndef __OT_IOVEC_H__ |
5 | #define __OT_IOVEC_H__ | 5 | #define __OT_IOVEC_H__ |
6 | 6 | ||
7 | #include <sys/uio.h> | ||
8 | |||
9 | void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); | 7 | void *iovec_increase( int *iovec_entries, struct iovec **iovector, size_t new_alloc ); |
10 | void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); | 8 | void iovec_fixlast( int *iovec_entries, struct iovec **iovector, void *last_ptr ); |
11 | void iovec_free( int *iovec_entries, struct iovec **iovector ); | 9 | void iovec_free( int *iovec_entries, struct iovec **iovector ); |