DragonFly-2.3.0.77.gc8b362 master sys/sys _iovec.h socket.h uio.h usr.sbin/lpr/common_source rmjob.c
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Feb 15 16:14:20 PST 2009
commit c8b3626a77370899b9fc62294a0136f85e7c9373
Author: Sascha Wildner <saw at online.de>
Date: Mon Feb 16 01:12:07 2009 +0100
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
Summary of changes:
include/sgtty.h => sys/sys/_iovec.h | 29 +++++++++++++++++++----------
sys/sys/socket.h | 2 ++
sys/sys/uio.h | 11 ++---------
usr.sbin/lpr/common_source/rmjob.c | 2 +-
4 files changed, 24 insertions(+), 20 deletions(-)
copy include/sgtty.h => sys/sys/_iovec.h (79%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/c8b3626a77370899b9fc62294a0136f85e7c9373
--
DragonFly BSD source repository
More information about the Commits
mailing list