Date: Tue, 28 Jan 1997 10:18:49 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: Neal Fachan <kneel@ishifishy.ishiboo.com> Cc: freebsd-questions@freebsd.org Subject: Re: definition for struct iov wrong in 2.2? Message-ID: <Pine.BSI.3.94.970128101707.12486F-100000@localhost> In-Reply-To: <199701250420.VAA25911@ishifishy.ishiboo.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 24 Jan 1997, Neal Fachan wrote: > Hello. > > Stevens and manpage say: > struct iovec { > void *iov_base; /* Base address. */ > size_t iov_len; /* Length. */ > }; > > but /usr/include/sys/uio.h says: > struct iovec { > char *iov_base; /* Base address. */ > size_t iov_len; /* Length. */ > }; Odd. This should be reported to hackers@freebsd.org or current@freebsd.org, or submitted via send-pr. You'll reach more of your target audience that way (unless one of them is browsing this list and just hasn't responded yet). Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.970128101707.12486F-100000>