ports/comms/efax/patches/patch-efaxlib_c

13 lines
338 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: efaxlib.c
--- efaxlib.c.orig
+++ efaxlib.c
@@ -25,6 +25,8 @@ extern t4tab btab [ ( 64 + 27 + 13 ) + 1 ] ;
short short256 = 256 ; /* for endian-ness detection */
+uchar reversebits [ 256 ], normalbits [ 256 ] ;
+
/* Make sure printf strings have only %d escapes and n or fewer
of them. Returns 0 if OK, 1 on error. */