$NetBSD: patch-ac,v 1.1 2003/04/14 23:15:55 hubertf Exp $

--- e2fsck/pass1.c.orig	Fri Nov  8 17:37:28 2002
+++ e2fsck/pass1.c
@@ -162,7 +162,7 @@
  * Incredibly, libc5 doesn't appear to have strnlen.  So we have to
  * provide our own.
  */
-static int strnlen(const char * s, int count)
+int strnlen(const char * s, int count)
 {
 	const char *cp = s;
 
