[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: bisdn + syncppp
Hello!
On Mon, 4 May 1998, OpenBSD @ serious.xs4all.nl wrote:
> [...]
> (kernel with i4b patches didnt compile on this btw:
> "../../../../arch/i386/i386/conf.c:290: `i4bpoll' undeclared here
> (not in a function)"
> ...(and ofcourse alot of errors after that first one))
Have you tried defining __NetBSD__?
i4b isn't OpenBSD-aware, and IIRC, FreeBSD has *poll routines for
character device drivers which {Net,Open}BSD have not. Perhaps there's
a test a la
#ifndef __NetBSD__
definitions for *poll
#endif
Regards, Felix.
- References:
- bisdn + syncppp
- From: "OpenBSD @ serious.xs4all.nl" <obsd@serious.xs4all.nl>