opnsense-ports/graphics/bsd-plotutils/files/patch-libplot_imagen_imp.h
Franco Fichtner 49d32f2e06 */*: sync with upstream
Taken from: HardenedBSD
2020-08-29 05:37:35 +02:00

10 lines
271 B
C

--- libplot/imagen/imp.h.orig 2020-08-28 11:01:25 UTC
+++ libplot/imagen/imp.h
@@ -13,6 +13,6 @@ extern float botx;
extern float oboty;
extern float scalex;
extern float scaley;
-int imPx, imPy;
+extern int imPx, imPy;
extern int imPcsize;
extern char *imP_charset;