summaryrefslogtreecommitdiffstats
path: root/sbin/ggate
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ggate')
-rw-r--r--sbin/ggate/ggated/ggated.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/sbin/ggate/ggated/ggated.c b/sbin/ggate/ggated/ggated.c
index 74784e7..52d2428 100644
--- a/sbin/ggate/ggated/ggated.c
+++ b/sbin/ggate/ggated/ggated.c
@@ -756,6 +756,9 @@ disk_thread(void *arg)
error = pthread_mutex_unlock(&outqueue_mtx);
assert(error == 0);
}
+
+ /* NOTREACHED */
+ return (NULL);
}
static void *
@@ -810,6 +813,9 @@ send_thread(void *arg)
}
free(req);
}
+
+ /* NOTREACHED */
+ return (NULL);
}
static void
OpenPOWER on IntegriCloud