Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 138123
Collapse All | Expand All

(-)man-1.6d/gencat/genlib.c.orig (-1 / +1 lines)
Lines 54-60 Link Here
54
#include <unistd.h>
54
#include <unistd.h>
55
#endif
55
#endif
56
56
57
#ifndef __linux__
57
#if !defined(__linux__) && !defined(__FreeBSD__)
58
#include <memory.h>
58
#include <memory.h>
59
static int bcopy(src, dst, length)
59
static int bcopy(src, dst, length)
60
char *src, *dst;
60
char *src, *dst;

Return to bug 138123