| 2905 | } |
| 2906 | |
| 2907 | static int |
| 2908 | mqunload(void) |
| 2909 | { |
| 2910 | |
| 2911 | #ifdef COMPAT_FREEBSD32 |
| 2912 | syscall32_helper_unregister(mq32_syscalls); |
| 2913 | #endif |
| 2914 | syscall_helper_unregister(mq_syscalls); |
| 2915 | return (0); |
| 2916 | } |
| 2917 | |
| 2918 | static int |
| 2919 | mq_modload(struct module *module, int cmd, void *arg) |
no test coverage detected