Fix build with gcc 3.4

Approved by:	maintainer
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2004-08-18 02:11:14 +00:00
parent 992c828dd6
commit 55f81e919c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116558
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,10 @@
--- crm114.c.orig Tue Aug 17 23:06:17 2004
+++ crm114.c Tue Aug 17 23:07:43 2004
@@ -4265,6 +4265,7 @@
newlen);
bailout:
+ {}
};

View file

@ -0,0 +1,10 @@
--- crm114.c.orig Tue Aug 17 23:06:17 2004
+++ crm114.c Tue Aug 17 23:07:43 2004
@@ -4265,6 +4265,7 @@
newlen);
bailout:
+ {}
};