Hi Kiyo,
Kiyo Inaba wrote:
When I made modification for m68k/netbsd, I noticed syscalls.c include macro 'ENOTSUP'. Even though this macro is defined for solaris and so on, this is not defined for NetBSD. In case of Linux, there's a definition for this in '/usr/include/bits/errno.h' to be same as 'EOPNOTSUPP'.
For NetBSD, what is the best way to define it?
I've defined it as EOPNOTSUPP since the Samba developers have done the same apparently to fix a compilation problem on OpenBSD.
cheers, dalibor topic
_______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
