1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00

Fix build with clang

PR:		ports/170067
Submitted by:	me
Approved by:	maintainer, kwm (mentor)
This commit is contained in:
Niclas Zeising 2012-07-29 12:42:43 +00:00
parent db5e2bc177
commit b619539ee3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301685

View File

@ -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;