summaryrefslogtreecommitdiff
path: root/ot_iovec.c
diff options
context:
space:
mode:
Diffstat (limited to 'ot_iovec.c')
-rw-r--r--ot_iovec.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/ot_iovec.c b/ot_iovec.c
index f71d4d7..70e017c 100644
--- a/ot_iovec.c
+++ b/ot_iovec.c
@@ -1,5 +1,7 @@
1/* This software was written by Dirk Engling <erdgeist@erdgeist.org> 1/* This software was written by Dirk Engling <erdgeist@erdgeist.org>
2 It is considered beerware. Prost. Skol. Cheers or whatever. */ 2 It is considered beerware. Prost. Skol. Cheers or whatever.
3
4 $id$ */
3 5
4/* System */ 6/* System */
5#include <sys/types.h> 7#include <sys/types.h>
@@ -71,3 +73,5 @@ size_t iovec_length( int *iovec_entries, struct iovec **iovector ) {
71 length += ((*iovector)[i]).iov_len; 73 length += ((*iovector)[i]).iov_len;
72 return length; 74 return length;
73} 75}
76
77const char *g_version_iovec_c = "$Source$: $Revision$\n";