uio.h: Move definition of struct iovec to <sys/_iovec.h>.
authorSascha Wildner <saw@online.de>
Mon, 16 Feb 2009 00:12:07 +0000 (01:12 +0100)
committerSascha Wildner <saw@online.de>
Mon, 16 Feb 2009 00:12:07 +0000 (01:12 +0100)
commitc8b3626a77370899b9fc62294a0136f85e7c9373
tree7b6b7a753464bcde12c98420c1024e305cac05c8
parent1f605f7582e408c975cc2ba90fc89fcc0e1bf1a2
uio.h: Move definition of struct iovec to <sys/_iovec.h>.

* Make iov_base a void * and fix a resulting warning in lpr(1).

* Include <sys/_iovec.h> in <sys/socket.h>.

Taken-from: FreeBSD
sys/sys/_iovec.h [new file with mode: 0644]
sys/sys/socket.h
sys/sys/uio.h
usr.sbin/lpr/common_source/rmjob.c