From owner-svn-src-all@FreeBSD.ORG Wed Jul 27 14:43:25 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2551B106566B; Wed, 27 Jul 2011 14:43:25 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-yi0-f54.google.com (mail-yi0-f54.google.com [209.85.218.54]) by mx1.freebsd.org (Postfix) with ESMTP id B1A748FC0C; Wed, 27 Jul 2011 14:43:24 +0000 (UTC) Received: by yic13 with SMTP id 13so1388029yic.13 for ; Wed, 27 Jul 2011 07:43:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=zqWsDOoLkRCEyTZZAX6Zq+Pch3xRDvgz3hqyNi0hAK0=; b=TUDURWgKEglLNXZFtru+COe/XvVqVKUfE0Fgf7UhxhltyLcrAw63AesX5rVPeFFlQI pRKb0QZz+lZpMHWSArgMV8w4jSp/rANfuSaalUTCDkxiNiNM+aGRv5Fihy5lqjuTg9Ch tz7SHP+aAVIoCob/kdQq2AlLP6sEvDqmR5UbE= MIME-Version: 1.0 Received: by 10.151.86.11 with SMTP id o11mr91417ybl.386.1311777803719; Wed, 27 Jul 2011 07:43:23 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.150.197.5 with HTTP; Wed, 27 Jul 2011 07:43:23 -0700 (PDT) In-Reply-To: <1311687058.3848.44.camel@buffy.york.ac.uk> References: <201107220939.p6M9dnsR008517@svn.freebsd.org> <1311687058.3848.44.camel@buffy.york.ac.uk> Date: Wed, 27 Jul 2011 22:43:23 +0800 X-Google-Sender-Auth: 7I1apHERPof02EiF8a2dtbR6vNY Message-ID: From: Adrian Chadd To: Gavin Atkinson Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r224267 - head/sys/dev/ath/ath_dfs/null X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jul 2011 14:43:25 -0000 On 26 July 2011 21:30, Gavin Atkinson wrote: [snip code] > And for these, you return negative error values. =A0Is this inconsistency > intentional? Nope; this somehow was incorrectly picked up from the reference code. I wonder if it's due to Linuxisms there.. Thanks, Adrian