--- man-1.6d/gencat/genlib.c.orig 2006-06-26 21:26:10 -0300 +++ man-1.6d/gencat/genlib.c 2006-06-26 21:34:46 -0300 @@ -54,7 +54,7 @@ #include #endif -#ifndef __linux__ +#if !defined(__linux__) && !defined(__FreeBSD__) #include static int bcopy(src, dst, length) char *src, *dst;