1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build with gcc-3.4

This commit is contained in:
Kirill Ponomarev 2004-08-23 15:18:34 +00:00
parent 8f6c7a1dbf
commit 7569b19c49
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117132
2 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- src/color.c.orig Mon Aug 23 17:16:34 2004
+++ src/color.c Mon Aug 23 17:16:57 2004
@@ -206,6 +206,7 @@
}
}
out:
+ ;
}
/* read in color configuration file */

View File

@ -0,0 +1,13 @@
$FreeBSD$
--- src/complete.c.orig Mon Aug 23 17:17:13 2004
+++ src/complete.c Mon Aug 23 17:17:24 2004
@@ -183,6 +183,7 @@
sizeof(u_char *));
}
next:
+ ;
}
comps[i] = NULL;