From owner-freebsd-current@FreeBSD.ORG Sun Nov 27 21:31:35 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 59B5E106564A; Sun, 27 Nov 2011 21:31:35 +0000 (UTC) (envelope-from to.my.trociny@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id B25218FC15; Sun, 27 Nov 2011 21:31:34 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so9301285bkb.13 for ; Sun, 27 Nov 2011 13:31:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:references:x-comment-to:sender:date:in-reply-to :message-id:user-agent:mime-version:content-type; bh=ecVMFVg34kUmk6dDS3erldVIME/N+vYHCIooaFNKmeo=; b=IUKSATcmOfTc5wyjymFOFp1cJF7MnOiQR5yN0e0qvUalfPy3nIcMRYOOXmTpuHk4V2 mpDoDgfZt6wJ3J2TJg+8eAfsABk4tSyOuu7cRUHT++gSdUM6BjPea+TVeqXlUBNJiAAp Nc1ElW68fE7d+xFxfa9dZPGw/7+g6nmPaQ2Bw= Received: by 10.204.22.14 with SMTP id l14mr11372415bkb.36.1322427977097; Sun, 27 Nov 2011 13:06:17 -0800 (PST) Received: from localhost ([95.69.173.122]) by mx.google.com with ESMTPS id z1sm4621158fad.21.2011.11.27.13.06.14 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 27 Nov 2011 13:06:15 -0800 (PST) From: Mikolaj Golub To: , References: <201111272008.pARK82IG010809@freebsd-current.sentex.ca> X-Comment-To: FreeBSD Tinderbox Sender: Mikolaj Golub Date: Sun, 27 Nov 2011 23:06:13 +0200 In-Reply-To: <201111272008.pARK82IG010809@freebsd-current.sentex.ca> (FreeBSD Tinderbox's message of "Sun, 27 Nov 2011 20:08:02 GMT") Message-ID: <861usti8ca.fsf@kopusha.home.net> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: [head tinderbox] failure on arm/arm X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2011 21:31:35 -0000 On Sun, 27 Nov 2011 20:08:02 GMT FreeBSD Tinderbox wrote: FT> /src/sys/kern/kern_proc.c:2589: error: 'KERN_PROC_PS_STRINGS' undeclared here (not in a function) FT> *** Error code 1 Forgot to commit changes to sys/sysctl.h. Sorry for this. Should be fixed in r228046. -- Mikolaj Golub