- Fix build with gcc 4.X

PR:		ports/106787
Submitted by:	Ulrich Spoerlein <uspoerlein@gmail.com> (maintainer)
This commit is contained in:
Martin Wilke 2006-12-16 12:06:16 +00:00
parent 4945b4f901
commit 65f9fa599e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=179935

View file

@ -0,0 +1,11 @@
--- splt.h.orig Fri Dec 15 19:27:18 2006
+++ splt.h Fri Dec 15 19:27:40 2006
@@ -93,7 +93,7 @@
char *zero_pad_float (float f, char *out);
-int parse_outformat(char *s, char format[][], int cddboption);
+int parse_outformat(char *s, char format[OUTNUM][MAXOLEN], int cddboption);
unsigned char *cleanstring (unsigned char *s);