Date: Mon, 4 May 2009 19:52:34 +0000 (UTC) From: Stanislav Sedov <stas@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/devel/libftdi Makefile ports/devel/libftdi/files patch-src_ftdi.c Message-ID: <200905041952.n44JqYho007142@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
stas 2009-05-04 19:52:34 UTC
FreeBSD ports repository
Modified files:
devel/libftdi Makefile
Added files:
devel/libftdi/files patch-src_ftdi.c
Log:
- Fix libftdi on HEAD by including stdlib.h in ftdi.c. Since HEAD's
version on usb.h doesn't include stdlib.h like libusb does, it fails
to find prototypes for realloc function which leads to incorrect
storage types used and memory corruption as a consequence.
Revision Changes Path
1.8 +1 -0 ports/devel/libftdi/Makefile
1.1 +10 -0 ports/devel/libftdi/files/patch-src_ftdi.c (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905041952.n44JqYho007142>
