From owner-svn-ports-all@FreeBSD.ORG Sun Jul 29 12:42:44 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6C4E7106564A; Sun, 29 Jul 2012 12:42:44 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 575518FC08; Sun, 29 Jul 2012 12:42:44 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q6TCgiSX053457; Sun, 29 Jul 2012 12:42:44 GMT (envelope-from zeising@svn.freebsd.org) Received: (from zeising@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q6TCgir6053456; Sun, 29 Jul 2012 12:42:44 GMT (envelope-from zeising@svn.freebsd.org) Message-Id: <201207291242.q6TCgir6053456@svn.freebsd.org> From: Niclas Zeising Date: Sun, 29 Jul 2012 12:42:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r301685 - head/devel/dev86/files X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jul 2012 12:42:44 -0000 Author: zeising Date: Sun Jul 29 12:42:43 2012 New Revision: 301685 URL: http://svn.freebsd.org/changeset/ports/301685 Log: Fix build with clang PR: ports/170067 Submitted by: me Approved by: maintainer, kwm (mentor) Added: head/devel/dev86/files/patch-unproto__tok_io.c (contents, props changed) Added: head/devel/dev86/files/patch-unproto__tok_io.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/dev86/files/patch-unproto__tok_io.c Sun Jul 29 12:42:43 2012 (r301685) @@ -0,0 +1,11 @@ +--- unproto/tok_io.c.orig 2012-07-22 15:06:47.000000000 +0200 ++++ unproto/tok_io.c 2012-07-22 15:08:08.000000000 +0200 +@@ -189,7 +189,7 @@ + + /* do_control - parse control line */ + +-static int do_control() ++static void do_control() + { + struct token *t; + int line;