FreeBSD Bugzilla – Attachment 169113 Details for
Bug 208464
[svr4] svr4.ko fails to load due to not finding symbol svr4_delete_socket even though it is present in same module
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for incomplete ifdefs for SYSVMSG/SEM/SHM in svr4.ko preventing separate compilation of the module
sysvdefs.patch (text/plain), 980 bytes, created by
Kristoffer Eriksson
on 2016-04-08 19:11:40 UTC
(
hide
)
Description:
Patch for incomplete ifdefs for SYSVMSG/SEM/SHM in svr4.ko preventing separate compilation of the module
Filename:
MIME Type:
Creator:
Kristoffer Eriksson
Created:
2016-04-08 19:11:40 UTC
Size:
980 bytes
patch
obsolete
>--- sys/compat/svr4/syscalls.master0 2016-03-25 01:09:43.000000000 +0000 >+++ sys/compat/svr4/syscalls.master 2016-04-07 04:10:07.059253000 +0000 >@@ -95,14 +95,26 @@ > 47 AUE_NULL NOPROTO { gid_t getgid(void); } > 48 AUE_NULL STD { int svr4_sys_signal(int signum, \ > svr4_sig_t handler); } >+#ifdef SYSVMSG > 49 AUE_NULL STD { int svr4_sys_msgsys(int what, int a2, \ > int a3, int a4, int a5); } >+#else >+49 AUE_NULL UNIMPL svr4_sys_msgsys >+#endif > 50 AUE_NULL STD { int svr4_sys_sysarch(int op, void *a1); } > 51 AUE_NULL UNIMPL acct >+#ifdef SYSVSHM > 52 AUE_NULL STD { int svr4_sys_shmsys(int what, int a2, \ > int a3, int a4, int a5); } >+#else >+52 AUE_NULL UNIMPL svr4_sys_shmsys >+#endif >+#ifdef SYSVSEM > 53 AUE_NULL STD { int svr4_sys_semsys(int what, int a2, \ > int a3, int a4, int a5); } >+#else >+53 AUE_NULL UNIMPL svr4_sys_semsys >+#endif > 54 AUE_NULL STD { int svr4_sys_ioctl(int fd, u_long com, \ > caddr_t data); } > 55 AUE_NULL UNIMPL uadmin
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 208464
:
169112
| 169113