Package: buffer Severity: important Version: 1.19-8 Tags: patch
Hi, the current version fails to build on GNU/kFreeBSD. It needs small tweak, see bellow. It would also be nice if you can ask upstream to include this changes. Thanks in advance Petr --- buffer.c~ +++ buffer.c @@ -130,7 +130,7 @@ static char *rcsid = "$Header: /a/swan/home/swan/staff/csg/lmjm/src/buffer/RCS/buffer.c,v 1.19 1995/08/24 17:46:28 lmjm Exp lmjm $"; #endif -#ifndef __linux__ +#if !(defined(__linux__) || defined(__GLIBC__) || defined(__GNU__)) extern char *shmat(); #endif /* __linux__ */ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]