apk build
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
opennebula-alpine/svn.patch

20 lines
584 B

Index: src/svncterm_server/genfont.c
--- src/svncterm_server/genfont.c
+++ src/svncterm_server/genfont.c
@@ -31,6 +31,7 @@
#include <stdio.h>
#include <stdlib.h>
+#include <stdint.h>
#include <zlib.h>
#include <string.h>
#include <linux/limits.h>
@@ -77,6 +78,8 @@
unsigned int height, width; /* max dimensions of glyphs */
/* charsize = height * ((width + 7) / 8) */
};
+
+typedef uint16_t u_int16_t;
/* -------------------------------------------------------------------------- */
/* Font map management */