NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
re: port-i386/53260: No compat_16_sys___sigaction14 syscall in 8.0_RC1 GENERIC
this is likely caused by:
1.22 (pgoyette 11-May-15): #ifdef _MODULE
1.1 (ad 19-Nov-08): #ifdef COMPAT_16
1.15 (christos 22-Jan-13): #if !defined(__amd64__) || defined(COMPAT_NETBSD32)
1.15 (christos 22-Jan-13): #define COMPAT_SIGCONTEXT
eliding this code since netbsd-7. (the rev 1.22 change.)
_MODULE isn't defined in the base kernel, so only the module
sees these symbols now.
.mrg.
Home |
Main Index |
Thread Index |
Old Index