Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jan 1997 21:20:35 -0700 (MST)
From:      Neal Fachan <kneel@ishifishy.ishiboo.com>
To:        freebsd-questions@freebsd.org
Subject:   definition for struct iov wrong in 2.2?
Message-ID:  <199701250420.VAA25911@ishifishy.ishiboo.com>

next in thread | raw e-mail | index | archive | help
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. */
    };

I am running 2.2-ALPHA (updating to BETA this weekend), but
this is still in current. Is there a reason for this?

Thanks.

-- 
Neal Fachan         kneel@ishiboo.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199701250420.VAA25911>