ports/comms/efax/patches/patch-efaxlib_h

13 lines
381 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: efaxlib.h
--- efaxlib.h.orig
+++ efaxlib.h
@@ -207,7 +207,7 @@ int runor ( short *a, int na, short *b, int nb, short
/* Bit reversal lookup tables (note that the `normalbits' array
is the one actually used for the bit reversal. */
-uchar reversebits [ 256 ], normalbits [ 256 ] ;
+extern uchar reversebits [ 256 ], normalbits [ 256 ] ;
void initbittab(void) ;