Fix build with gcc34

This commit is contained in:
Tilman Keskinoz 2004-06-12 21:29:02 +00:00
parent a9758d21ae
commit 23ca8e83a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111355
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- src/hostlist.c.orig Sat Jun 12 23:29:16 2004
+++ src/hostlist.c Sat Jun 12 23:29:42 2004
@@ -267,7 +267,7 @@
else /* missed alias */
return 1;
}
-noadd:
+noadd:;
}
if (hapi) {

View File

@ -0,0 +1,11 @@
--- icb/strccmp.c.orig Sat Jun 12 23:08:33 2004
+++ icb/strccmp.c Sat Jun 12 23:23:48 2004
@@ -237,7 +237,7 @@
if (a == '\0')
return 0;
-shloop: }
+shloop:; }
while (cm[a] != cm[b]);

View File

@ -0,0 +1,11 @@
--- icb/strccmp.c.orig Sat Jun 12 23:08:33 2004
+++ icb/strccmp.c Sat Jun 12 23:23:48 2004
@@ -237,7 +237,7 @@
if (a == '\0')
return 0;
-shloop: }
+shloop:; }
while (cm[a] != cm[b]);