From owner-cvs-src-old@FreeBSD.ORG Fri Dec 10 14:05:03 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 57E2210656CA for ; Fri, 10 Dec 2010 14:05:03 +0000 (UTC) (envelope-from joerg@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 416738FC0C for ; Fri, 10 Dec 2010 14:05:03 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id oBAE53C4090673 for ; Fri, 10 Dec 2010 14:05:03 GMT (envelope-from joerg@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id oBAE53nE090672 for cvs-src-old@freebsd.org; Fri, 10 Dec 2010 14:05:03 GMT (envelope-from joerg@repoman.freebsd.org) Message-Id: <201012101405.oBAE53nE090672@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to joerg@repoman.freebsd.org using -f From: Joerg Wunsch Date: Fri, 10 Dec 2010 14:04:41 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/ieee488 ibfoo.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Dec 2010 14:05:03 -0000 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