Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jul 2012 12:42:44 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r301685 - head/devel/dev86/files
Message-ID:  <201207291242.q6TCgir6053456@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201207291242.q6TCgir6053456>