Date: Fri, 10 Dec 2010 14:04:41 +0000 (UTC) From: Joerg Wunsch <joerg@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/ieee488 ibfoo.c Message-ID: <201012101405.oBAE53nE090672@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
joerg 2010-12-10 14:04:41 UTC FreeBSD src repository Modified files: sys/dev/ieee488 ibfoo.c Log: SVN rev 216355 on 2010-12-10 14:04:41Z by joerg Fix __retval vs. retval confusion: retval is meant to store the (userland) pointer where data is to be returned by ibask() (currently unimplemented), while __retval holds the value returned by the libgpib ibfoo() functions. The confusion resulted in the ibfoo() functions returning an uninitialized value except in situations where the GPIB activity has been terminated abnormally. MFC after: 3 days Revision Changes Path 1.9 +1 -1 src/sys/dev/ieee488/ibfoo.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012101405.oBAE53nE090672>