Signed-off-by: Sascha Hauer <s.hauer@xxxxxxxxxxxxxx> --- lib/vsprintf.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/vsprintf.c b/lib/vsprintf.c index b04694f..6008305 100644 --- a/lib/vsprintf.c +++ b/lib/vsprintf.c @@ -206,7 +206,9 @@ static char *number(char *buf, char *end, unsigned long long num, int base, int return buf; } +#ifndef PAGE_SIZE #define PAGE_SIZE 4096 +#endif static char *string(char *buf, char *end, char *s, int field_width, int precision, int flags) { -- 1.6.5.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox