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
The following reply was made to PR port-i386/53260; it has been noted by GNATS.
From: matthew green <mrg%eterna.com.au@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: port-i386-maintainer%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
netbsd-bugs%netbsd.org@localhost
Subject: re: port-i386/53260: No compat_16_sys___sigaction14 syscall in 8.0_RC1 GENERIC
Date: Fri, 04 May 2018 16:58:06 +1000
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(COMP=
AT_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