From owner-svn-src-head@FreeBSD.ORG Fri Jan 24 15:12:00 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F36D2B3E; Fri, 24 Jan 2014 15:11:59 +0000 (UTC) Received: from mail-qc0-x22b.google.com (mail-qc0-x22b.google.com [IPv6:2607:f8b0:400d:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B45A163D; Fri, 24 Jan 2014 15:11:59 +0000 (UTC) Received: by mail-qc0-f171.google.com with SMTP id n7so4486705qcx.2 for ; Fri, 24 Jan 2014 07:11:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1yrSS0DKKdyXJlmET8ht/OV4vC31ipTIZYqH7PBX23o=; b=u99hHb9KFV6hJmwIF6LvfQR9BLtMynV9ym69T+Mjy7LiG3GBcsfhOdrdeuq8K59tsD fbAXUD7Of+9nviLxH3EJJmPrASOE1Pr9Pl6P2kIaqn9JHxVH9MUbGWNuosfm98+s+lZg ym7NPSVrTt6fsyg28F6X/yb1HxZytGnnJcW8WpDLNnaPB4wMdn3M8oJW9Bw4cRRKr/+3 RmphNSYV2pE6XPZbHp4TOoZdKttI0ksn159kAy1ktjLDp61infRSyS32i6JUXy4zm4P6 NOD0lmMa+VbipiyFGYLglts6UUFK6vF5STHUu5zhhQWh/v9l0aRy/Euq+oFks+kvexuw ApPA== MIME-Version: 1.0 X-Received: by 10.229.56.200 with SMTP id z8mr21235381qcg.1.1390576318606; Fri, 24 Jan 2014 07:11:58 -0800 (PST) Received: by 10.224.52.8 with HTTP; Fri, 24 Jan 2014 07:11:58 -0800 (PST) Received: by 10.224.52.8 with HTTP; Fri, 24 Jan 2014 07:11:58 -0800 (PST) In-Reply-To: <52E279FD.70909@bitfrost.no> References: <201401240917.s0O9HTBO046991@svn.freebsd.org> <52E279FD.70909@bitfrost.no> Date: Fri, 24 Jan 2014 07:11:58 -0800 Message-ID: Subject: Re: svn commit: r261118 - head/sys/dev/usb/wlan From: Adrian Chadd To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-src-head@freebsd.org, Kevin Lo , svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 15:12:00 -0000 ... How's that matter? Adrian On Jan 24, 2014 9:33 AM, "Hans Petter Selasky" wrote: > On 01/24/14 15:31, Adrian Chadd wrote: > >> Memmove() isn't portable? To what? >> >> > Hi, > > memmove() doesn't know about the byte order when you copy inside an > integer. s/memmove/code/ is not portable. > > --HPS > >