--- arj-3.10.22/fardata.c	2014-07-23 19:20:03.344782654 +0400
+++ arj-3.10.22/fardata.c.new	2014-07-23 19:19:41.689513347 +0400
@@ -189,7 +189,7 @@
  */
 
 /* Length-limited strlen() */
-
+/*
 static int strnlen(const char FAR *s, int count)
 {
  const char FAR *sc;
@@ -198,6 +198,7 @@
   ;
  return(sc-s);
 }
+*/
 
 /* Hex representation of digits */