From owner-svn-src-all@freebsd.org Wed Jan 27 05:37:58 2016 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EACECA6EBB0; Wed, 27 Jan 2016 05:37:58 +0000 (UTC) (envelope-from sepherosa@gmail.com) Received: from mail-io0-x236.google.com (mail-io0-x236.google.com [IPv6:2607:f8b0:4001:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B5A3E199B; Wed, 27 Jan 2016 05:37:58 +0000 (UTC) (envelope-from sepherosa@gmail.com) Received: by mail-io0-x236.google.com with SMTP id f81so8191653iof.0; Tue, 26 Jan 2016 21:37: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=Y3i+YwtyEozYmh5KUc14q7GkFc5KKdUm/Io1rt5uLPQ=; b=TFJSogZ3ZhjCB9ieiqcTkAQ8uBp3rIowK0KSubdhkimY7HyVPXqx3WpDV8jQ8DUICH 7tls8nuU4tgq1gHztyYq+YfUMDAo1v49sHRYAkdev+/i8yIwqOAfYJL17gZH3JFtal3/ IXS+rF8QXYPFyEXf4zIGT+MBPp8aNFP95PATz69KBTLS7UqBHd6uFLhu5PDDPBeUo3n7 +6BQfjikSdZDJ4PjEjAimBrKTDdpIpHbWFEotGTl5Hd3shTnCJtTDjr6QxpKyETOKUqA WItzisC6tGYKcV1snt1GcOjWljIvXHV69GvbyARIo57cB6nnpZaZd51RtqRZBxlkmcp5 F8lg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=Y3i+YwtyEozYmh5KUc14q7GkFc5KKdUm/Io1rt5uLPQ=; b=j5MXq2r/MXxhusZR1x3aFeygAu0O8cTdeoTP2zVl9rKTgcTXoJpQKZiARJEinkO9eJ hjTZmH+oDNB1WPFiKrqAPhT4mit0TtY1wV3abSJjVcsQOmAxJjE9ck35iYAh0q/hRbyO zGACd11+x+0JvX00zNxnJ5Vx9HHH2lLwwnyXsBPQ6Gt5jdxpjoIQSkXfbvygo2g849cY Ys/4me4EOBNm8OV+rDOf94j9LdgVryEmjAG2ZuYSeYgoIgj/gEso4sx8pe0eUsFMpLQ/ yM+SA3Xy0t5nQMTl2D54cFhMp3aSqDyCIAB95LS5idmtr5BuUbgOrzZOHhLQNiiEyvnV F84g== X-Gm-Message-State: AG10YOT1Z25azWA/9TSqtEtaW8r2/Fbm2JwPyT2+oHIVfjBHWi37Q6DxYkpw0Bsag2nbm5W89HcRL+mDZKNpyA== MIME-Version: 1.0 X-Received: by 10.107.32.2 with SMTP id g2mr24263993iog.39.1453873078219; Tue, 26 Jan 2016 21:37:58 -0800 (PST) Received: by 10.107.166.3 with HTTP; Tue, 26 Jan 2016 21:37:58 -0800 (PST) In-Reply-To: <201601270515.u0R5FsoP012917@repo.freebsd.org> References: <201601270515.u0R5FsoP012917@repo.freebsd.org> Date: Wed, 27 Jan 2016 13:37:58 +0800 Message-ID: Subject: Re: svn commit: r294889 - in head/sys/dev: cxgb/ulp/tom cxgbe/tom From: Sepherosa Ziehau To: Gleb Smirnoff Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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 Jan 2016 05:37:59 -0000 Thanks! On Wed, Jan 27, 2016 at 1:15 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Wed Jan 27 05:15:53 2016 > New Revision: 294889 > URL: https://svnweb.freebsd.org/changeset/base/294889 > > Log: > More fixes to the build. > > Modified: > head/sys/dev/cxgb/ulp/tom/cxgb_listen.c > head/sys/dev/cxgbe/tom/t4_connect.c > head/sys/dev/cxgbe/tom/t4_listen.c > head/sys/dev/cxgbe/tom/t4_tom.c > > Modified: head/sys/dev/cxgb/ulp/tom/cxgb_listen.c > ============================================================================== > --- head/sys/dev/cxgb/ulp/tom/cxgb_listen.c Wed Jan 27 05:04:17 2016 (r294888) > +++ head/sys/dev/cxgb/ulp/tom/cxgb_listen.c Wed Jan 27 05:15:53 2016 (r294889) > @@ -44,9 +44,9 @@ __FBSDID("$FreeBSD$"); > #include > #include > #include > -#include > #define TCPSTATES > #include > +#include > #include > > #include "cxgb_include.h" > > Modified: head/sys/dev/cxgbe/tom/t4_connect.c > ============================================================================== > --- head/sys/dev/cxgbe/tom/t4_connect.c Wed Jan 27 05:04:17 2016 (r294888) > +++ head/sys/dev/cxgbe/tom/t4_connect.c Wed Jan 27 05:15:53 2016 (r294889) > @@ -49,9 +49,9 @@ __FBSDID("$FreeBSD$"); > #include > #include > #include > -#include > #define TCPSTATES > #include > +#include > #include > > #include "common/common.h" > > Modified: head/sys/dev/cxgbe/tom/t4_listen.c > ============================================================================== > --- head/sys/dev/cxgbe/tom/t4_listen.c Wed Jan 27 05:04:17 2016 (r294888) > +++ head/sys/dev/cxgbe/tom/t4_listen.c Wed Jan 27 05:15:53 2016 (r294889) > @@ -56,9 +56,9 @@ __FBSDID("$FreeBSD$"); > #include > #include > #include > -#include > #define TCPSTATES > #include > +#include > #include > > #include "common/common.h" > > Modified: head/sys/dev/cxgbe/tom/t4_tom.c > ============================================================================== > --- head/sys/dev/cxgbe/tom/t4_tom.c Wed Jan 27 05:04:17 2016 (r294888) > +++ head/sys/dev/cxgbe/tom/t4_tom.c Wed Jan 27 05:15:53 2016 (r294889) > @@ -52,10 +52,10 @@ __FBSDID("$FreeBSD$"); > #include > #include > #include > -#include > #include > #define TCPSTATES > #include > +#include > #include > > #ifdef TCP_OFFLOAD > _______________________________________________ > svn-src-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-src-all > To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org" -- Tomorrow Will Never Die