diff options
Diffstat (limited to 'sys/kern/sysv_msg.c')
-rw-r--r-- | sys/kern/sysv_msg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/kern/sysv_msg.c b/sys/kern/sysv_msg.c index 33e958c0b745..de6faafde286 100644 --- a/sys/kern/sysv_msg.c +++ b/sys/kern/sysv_msg.c @@ -99,7 +99,6 @@ static int msg_prison_get(void *, void *); static int msg_prison_remove(void *, void *); static void msg_prison_cleanup(struct prison *); - #ifdef MSG_DEBUG #define DPRINTF(a) printf a #else @@ -352,7 +351,6 @@ msgunload() return (0); } - static int sysvmsg_modload(struct module *module, int cmd, void *arg) { |