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:
parent
db5e2bc177
commit
b619539ee3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301685
11
devel/dev86/files/patch-unproto__tok_io.c
Normal file
11
devel/dev86/files/patch-unproto__tok_io.c
Normal 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;
|
Loading…
Reference in New Issue
Block a user