Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2003 14:51:48 -0800 (PST)
From:      Mike Barcroft <mike@FreeBSD.org>
To:        david@realityrift.com, mike@FreeBSD.org, freebsd-bugs@FreeBSD.org
Subject:   Re: kern/47459: Possible /usr/include/sys/uio.h problem
Message-ID:  <200302062251.h16MpmpL035516@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
Synopsis: Possible /usr/include/sys/uio.h problem

State-Changed-From-To: open->closed
State-Changed-By: mike
State-Changed-When: Thu Feb 6 14:47:14 PST 2003
State-Changed-Why: 

Your application is assuming <sys/uio.h> typedefs ssize_t.  Since
FreeBSD 4.x doesn't support POSIX.1-2001, this assumption fails.  A
workaround is to include <sys/types.h> prior to <sys/uio.h> or use
FreeBSD 5.0-RELEASE (or newer) where this problem has been fixed.

http://www.freebsd.org/cgi/query-pr.cgi?pr=47459

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




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